forked from kelseyhightower/nocode
-
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
1 parent
ed6c73f
commit 6c073b0
Showing
1 changed file
with
43 additions
and
0 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,43 @@ | ||
# No Code Style Guide | ||
|
||
All no code programs are the same, regardless of use case, any code you write is a liability. | ||
|
||
## File Extensions | ||
|
||
No code is not stored in files, but if you must, use the `.no` file extension. | ||
|
||
``` | ||
main.no | ||
``` | ||
|
||
## Linters | ||
|
||
There is only one way to write no code and the `du` command can help you identify any issues. | ||
|
||
``` | ||
du -h main.no | ||
``` | ||
|
||
``` | ||
0 main.no | ||
``` | ||
|
||
> The only valid code is no code. | ||
## Code Reviews | ||
|
||
The no code community has adopted the following conventions when reviewing code changes: | ||
|
||
When the change contains no code additions or modifications: | ||
|
||
``` | ||
LGTM # Looks Good To Me | ||
``` | ||
|
||
When the change includes code additions or modifications: | ||
|
||
``` | ||
CIAL # Code Is A Liability | ||
``` | ||
|
||
> Change requests that fall into this category should be rejected immediately. |