OOP, global variables, and large projects

Started by
11 comments, last by bjle 19 years ago
Some random things:
class or not class

To continue JohnBoltons thoughts, don't stop after you made a new feature work. After you confirmed that it works take a step back and check if you can refactor it into something conceptually simpler which still works.
Advertisement
Quote:Original post by Trap
To continue JohnBoltons thoughts, don't stop after you made a new feature work. After you confirmed that it works take a step back and check if you can refactor it into something conceptually simpler which still works.

to build stable code bases. some projects implement this every even release, and do experimental developer updates in every odd release.
Thanks everyone! I'm going to try out the suggestions and hopefully I'll have something up and running (and clean) soon.

This topic is closed to new replies.

Advertisement