Skip to content

Commit 6c073b0

Browse files
add style guide
1 parent ed6c73f commit 6c073b0

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

STYLE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# No Code Style Guide
2+
3+
All no code programs are the same, regardless of use case, any code you write is a liability.
4+
5+
## File Extensions
6+
7+
No code is not stored in files, but if you must, use the `.no` file extension.
8+
9+
```
10+
main.no
11+
```
12+
13+
## Linters
14+
15+
There is only one way to write no code and the `du` command can help you identify any issues.
16+
17+
```
18+
du -h main.no
19+
```
20+
21+
```
22+
0 main.no
23+
```
24+
25+
> The only valid code is no code.
26+
27+
## Code Reviews
28+
29+
The no code community has adopted the following conventions when reviewing code changes:
30+
31+
When the change contains no code additions or modifications:
32+
33+
```
34+
LGTM # Looks Good To Me
35+
```
36+
37+
When the change includes code additions or modifications:
38+
39+
```
40+
CIAL # Code Is A Liability
41+
```
42+
43+
> Change requests that fall into this category should be rejected immediately.

0 commit comments

Comments
 (0)