From 07305daee443f67e1c4d3f1e6e2498b30a0ed2f7 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 28 Mar 2016 16:32:03 +0000 Subject: [PATCH] update post 'Moving Beyond the OOP Obsession' --- public/posts/2016/03/moving-beyond-the-oop-obsession.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/posts/2016/03/moving-beyond-the-oop-obsession.md b/public/posts/2016/03/moving-beyond-the-oop-obsession.md index 688808c..622a73e 100644 --- a/public/posts/2016/03/moving-beyond-the-oop-obsession.md +++ b/public/posts/2016/03/moving-beyond-the-oop-obsession.md @@ -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. \ No newline at end of file +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. \ No newline at end of file