Debugging
Publicado em 23/08/2011 14:07
Comment this post
* SOP = Spaghetti Oriented Programming
Programmer (talking to A.P.): Man, I've never seen so many error messages from the compiler!
Boss: So, is the program ready? We're on a deadline!
Programmer: Wait... Just 2 minutes...
(Coding...)
2 minutes later...
Programmer: Alright! It's done!
Boss: Great!
A.P.: How did you finish the program so fast?
Programmer: I just commented out the "error lines"... Now it compiles!
Boss: So, is the program ready? We're on a deadline!
Programmer: Wait... Just 2 minutes...
(Coding...)
2 minutes later...
Programmer: Alright! It's done!
Boss: Great!
A.P.: How did you finish the program so fast?
Programmer: I just commented out the "error lines"... Now it compiles!
Original: Debugando