CleanCode-List
Clean Code List
-
CLEAN CODE - NOTES: The following is a list of notes taken on writing clean code, i.e. code that is maintainable and extensible.
-
Software Complexity: The Art of Naming: There are only two hard things in Computer Science: cache invalidation and naming things.
-
You might not need if statements: a better approach to branching logic