mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-25 14:37:47 +00:00
320 B
320 B
| Title | Author | Date | Timestamp | Tags | Link |
|---|---|---|---|---|---|
| Moving Beyond the OOP Obsession | Sami Samhuri | 28th March, 2016 | 2016-03-28T09:08:47-07:00 | http://prog21.dadgum.com/218.html |
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.