originally posted in:Programmers and Devs
We all love programming, else we wouldn't be here. But it's rare to love every aspect of something. What's the one thing about programming you don't like?
For me, it's rewriting major systems. Recently I realized a major part of my physics engine(collision detection) was essentially broken. I had already spent hours and hours perfecting it, thinking it was done, and now I'm dreading redoing it all
-
Looking at someone elses.
-
Debugging stupid crap...
-
Improper documentation, without a doubt.
-
long compile times on a big project causing lost productivity
-
Adding the semi-colon at the end.
-
Arrays and function declarations in C. Python is so much more user friendly.