Code review comment for lp:~mc-return/compiz/compiz.merge-performance-do-not-assign-values-that-are-never-used

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

IMO its good defensive coding practise to initialize every variable before use because it insures against further changes using uninitialized variables.

I'd like to hear the converse argument though. I think the compiler will just optimize out any redundancy really.

review: Needs Information

« Back to merge proposal