What is the biggest problem a programmer has?
7 comments
[deleted]
Leaky abstractions - not really the most original answer, but the layers of abstraction away from the machine code allow me to do things in hours that would take months or more.
It's also the source of most of my bugs, most of my slowdown, and it's the reason my C:\Windows folder is 13gb.
It's also the source of most of my bugs, most of my slowdown, and it's the reason my C:\Windows folder is 13gb.
Not knowing how to code :)
Seriously - in my experience the biggest problem a programmer can have is having a manager that doesn't programming/programmers. The long-term effect of that alone is crippling.
Seriously - in my experience the biggest problem a programmer can have is having a manager that doesn't programming/programmers. The long-term effect of that alone is crippling.
not getting over-burned, getting enough sleep, and finding love.
Really, is this all you have?
How about not having time to write they programs they want? Or being afraid of using the most powerful language?
How about not having time to write they programs they want? Or being afraid of using the most powerful language?
Time arithmetic and off-by-one errors
Drags out the most simple tasks.