Search Results

1
vote

What are Code Smells? What is the best way to correct them?

Annother Double negative issue in C# if (!!IsTrue) return value; I have seen he double ! cause bugs in the past. instead remove the !! …
0
votes

Confessions of your worst WTF Moment. (What not to do.)

My work mate was trying to fix an issue on the production database. UPDATE Campaigns SET Status = 'Error' F5 %#@$&^!!!! Needless to say h …