From fb1597ccc27c069bed50ca40066d6d883a462a05 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Mon, 28 Mar 2016 16:08:47 +0000 Subject: [PATCH] create post 'Moving Beyond the OOP Obsession' --- .../drafts/E1FA72F6-293C-4227-8259-54927351FFB9.md | 1 + public/posts/drafts/_data.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 public/posts/drafts/E1FA72F6-293C-4227-8259-54927351FFB9.md diff --git a/public/posts/drafts/E1FA72F6-293C-4227-8259-54927351FFB9.md b/public/posts/drafts/E1FA72F6-293C-4227-8259-54927351FFB9.md new file mode 100644 index 0000000..688808c --- /dev/null +++ b/public/posts/drafts/E1FA72F6-293C-4227-8259-54927351FFB9.md @@ -0,0 +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 diff --git a/public/posts/drafts/_data.json b/public/posts/drafts/_data.json index 1fa0983..095edb0 100644 --- a/public/posts/drafts/_data.json +++ b/public/posts/drafts/_data.json @@ -21,6 +21,18 @@ "url": "/posts/drafts/09c2b186-3ce7-445c-89bf-5d5b7f830cd7", "tags": [ + ] + }, + "E1FA72F6-293C-4227-8259-54927351FFB9": { + "id": "E1FA72F6-293C-4227-8259-54927351FFB9", + "author": "Sami Samhuri", + "title": "Moving Beyond the OOP Obsession", + "date": "28th March, 2016", + "timestamp": 1459181327, + "link": "http://prog21.dadgum.com/218.html", + "url": "/posts/drafts/E1FA72F6-293C-4227-8259-54927351FFB9", + "tags": [ + ] } } \ No newline at end of file