mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-01 10:05:55 +00:00
create post 'Moving Beyond the OOP Obsession'
This commit is contained in:
parent
ed853a2fb5
commit
fb1597ccc2
2 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
@ -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": [
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue