design

A more organic approach to Object-Oriented design

November 23, 2014
article, object oriented design, design

Today’s article I’d like to share with you is: Semantic Compression. The title doesn’t say much about the content of the article to someone who hasn’t read it, so I’ll give a brief overview. The author demonstrates his approach to object-oriented design through a very detailed programming example. Instead of starting with a design based on real world entities, he argues that you should start by adding the features you need in procedural style code. ...