You are viewing a single comment's thread from:

RE: [TUTORIAL] MINESWEEPER GAME - VISUAL STUDIO 2010 C#

in #games8 years ago

I guess for me it is more maintenance later on. I am in a code base at work that has been growing 10 years+ and not adding the extra if means there is less chance someone will come in for a bug fix and miss updating if the main if changes etc.

The less code the better in my books, I do all I can to minimise code size. :)