We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd38fee commit ac7eec1Copy full SHA for ac7eec1
README.md
@@ -2,7 +2,10 @@
2
3
### Technical
4
##### Read the code like a compiler
5
-Read each line of code line by line. Never assume, always check.
+* Read each line of code line by line. Never assume, always check.
6
+* Learn the [laws](https://github.com/dwmkerr/hacker-laws#kernighans-law) from grey beards.
7
+They have made all the mistakes before.
8
+
9
10
##### Trust but verify.
11
* When in doubt create comment to verify.
0 commit comments