Skip to content

Commit ac7eec1

Browse files
authored
Update README.md
1 parent dd38fee commit ac7eec1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
### Technical
44
##### Read the code like a compiler
5-
Read each line of code line by line. Never assume, always check.
5+
* 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+
69

710
##### Trust but verify.
811
* When in doubt create comment to verify.

0 commit comments

Comments
 (0)