Code review comment for lp:~compiz-team/compiz/compiz.fix_1085591

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Still, side-effects are bad. If constructing a variable (object) does more than allocate memory then you can cause all sorts of bugs. This is where procedural languages excel in long-term maintainability, because you are forced to explicitly state, and make it obvious, what function is being called and when. Nothing is ever hidden in construction and destruction.

« Back to merge proposal