update post 'Moving Beyond the OOP Obsession'

This commit is contained in:
Sami Samhuri 2016-03-28 16:32:03 +00:00
parent 674854cd37
commit 07305daee4

View file

@ -1 +1 @@
I really like this style of modularity in C. Using delegation and other patterns you can go a really long way without inheritance too.
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.