I wasn’t the first one to notice this one, but is hilereous:
bool enabled = fEnable == 0 ? false : true;
Posted by jpluimers on 2010/10/13
I wasn’t the first one to notice this one, but is hilereous:
bool enabled = fEnable == 0 ? false : true;
Posted in .NET, C#, Debugging, Development, Opinions, Software Development | Leave a Comment »