-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Our North Star | ||
|
||
- Keep it simple | ||
- Don't make it confusing | ||
- Shorthands are to be used mostly when they create continuity between Unix tools and Chroma commands (e.g. `-f` forces | ||
an operation without user confirmation) | ||
- Command naming should follow Unix command line tooling wherever possible - again logical continuity and user mental | ||
models are important | ||
- Avoid long-name command or flag names | ||
|
||
## Some |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters