samhuri.net


By Sami Samhuri

March 2016

→ Reduce the cognitive load of your code

This is all good advice. I should use more intermediate variables for longer conditions.

→ Moving Beyond the OOP Obsession

I really like this style of modularity in C and Lisp. Using delegation and other patterns you can go a really long way without inheritance too.