Codelines

Debugging the art of software

Entries for June, 2007

Software impressions - What Are They and Why Should You Care?

When you use a piece of software for the first time you form an impression of it and your use with it. Either consciously or sub-consciously, your brain marks this experience with a marker, for later recall and recognition. I call this marker, software’s first impression. After having created a software first impression, any future [...]

Comments (1)

Decoupling Operations from the Data it Operates On…

Firstly you might ask why you would want to do this, and it is a valid question. After all, in the OO paradigm we usually bind data and its operations together. Thus creating fully functional objects. It is often good that an object knows what it can do with its own data and how it [...]

Leave a Comment