This really happened
-
A team member wrote this peace of code and I still don't know what she wanted with:
string _attempt = "3";
if( _attempt.ToUpper() == 3 )
// Do Something...OMG, sometimes I ask myself: Will not be better if I was pastryman?
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
-
A team member wrote this peace of code and I still don't know what she wanted with:
string _attempt = "3";
if( _attempt.ToUpper() == 3 )
// Do Something...OMG, sometimes I ask myself: Will not be better if I was pastryman?
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
-
I wonder if you are using the same guy as we did! ;P
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)This kind of person is in anywhere.
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
-
This kind of person is in anywhere.
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
-
A team member wrote this peace of code and I still don't know what she wanted with:
string _attempt = "3";
if( _attempt.ToUpper() == 3 )
// Do Something...OMG, sometimes I ask myself: Will not be better if I was pastryman?
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
-
A team member wrote this peace of code and I still don't know what she wanted with:
string _attempt = "3";
if( _attempt.ToUpper() == 3 )
// Do Something...OMG, sometimes I ask myself: Will not be better if I was pastryman?
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
I just realized I use stuff like that all the time. Well, for testing anyway. Especially when I'm not sure what the check will be later. For example I first write the code between the parenthesis and add the check at a later time, but in the mean time, I can't leave it empty because that makes debugging the code in the parenthesis harder. Maybe the team member wasn't done testing or forgot he wasn't done.
-
A team member wrote this peace of code and I still don't know what she wanted with:
string _attempt = "3";
if( _attempt.ToUpper() == 3 )
// Do Something...OMG, sometimes I ask myself: Will not be better if I was pastryman?
-+--+--+--+--+--+--+-+-+-+ Carlos Zani - SP - Brazil Powered by Microsof.Net
Zani Jnior wrote:
I still don't know what she wanted with
Beats me with what she was trying to accomplish :laugh:
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon