in reply to Newbie OO module-structure question

First you've to think if OO is suitable for your problem domain. Could modularization (even plain functions) simplify? (ease to refactor, isolated, testability).

I am saying this because I have seen people writing messier OO code while attempting to refactor one big monolith code.

  • Comment on Re: Newbie OO module-structure question