3
migus
8y

Freaking coding conventions...
Just chose something and stick to it.
How hard can it be?
Apparently this hard:
if(condition){
//SomeCode
}
else
//SomeCode

Comments
  • 0
    I did that once. I had this wierd, unnerving feeling the entire day. I had been sitting in school all day and my code was still on their servers. After I had come home a few hours later, and had dinner and such, I got back in the car, drove to school and changed the if statement. It was fucking satisfying.
Add Comment