Clean Code
··1 min
Table of Contents
- Clean Code - Uncle Bob - Amazing 6-part video playlist with Uncle Bob (Robert C. Martin)
Takeaways #
-
All programs ever written are some combination of these three:
- Sequence: one line after the other
- Selection: lines separated by if statement
- Iteration: lines in a loop