syntax that fits English grammar
Open
- Dominant language
- Crystal
- Stars
- 61
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Instead of
```
equiv sinatra of python
```
it would make more sense to English speakers to write
```
equiv of sinatra in python
```
(It also would be okay to do
```
equiv sinatra python
```
if you prefer to keep it sparse, but once you put `of` in there, it's very confusing if it's breaking English grammatical patterns. The downside of this approach is that it requires you to remember argument order, and might get pretty confusing if later you add new features which depend on new additional arguments.
Yet another option would be
```
equiv --of sinatra --in python
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.