During your computer science course you are taught that reinventing the wheel, i.e solving an already solved problem, is obviously counter-productive. Thats why there are constructs such as OOP which help you to reuse code, so you can spend time solving new, problem-domain specific problems.
For this reason, I sometimes find myself annoyed when I come [...]
Tags: Code re-use, Programming



