Morzel about Computer Programming
About Computer Programming, C#, Asp.Net, SQL and others
Monday, 19 March 2012
4000 visitors
4000 visitors! :)
I work on 3 projects during this month and don't have a time to write.
The life continues on April.
Morzel
Thursday, 1 March 2012
ProgrammerFail - Else or Continue?
if
(value < 100)
{
value = 100 - value;
continue
;
// Why???
}
else
{
value = value + 100;
}
Double penetration – I really don’t want to run the else clause…
!!!FAIL!!!
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)