Saturday, June 2, 2012

[Programming] Debugging

You never realize how bad you are at programming until you're forced to do it without an error log.

One of my group mates and I were working on some PHP code during lab and for some unknown reason, the lab computers don't have a local web server installed on them so we were forced to debug it the hard way.

We basically commented the entire program, un-commented a line of code, uploaded it to the school server, and checked to see if the program broke. If so, we'd go in to investigate what was wrong with that line.

Not fun. Would not want to do that again. Will probably have to though.

No comments:

Post a Comment