From 80cd1ae6167c560f002b1f22e41727a5145a0088 Mon Sep 17 00:00:00 2001 From: Jimmy <86750428+JmmyLi@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:46:20 +0800 Subject: [PATCH] Add Universal Truth --- STYLE.md | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 STYLE.md diff --git a/STYLE.md b/STYLE.md deleted file mode 100644 index 4a4d5c2..0000000 --- a/STYLE.md +++ /dev/null @@ -1,43 +0,0 @@ -# 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.