Live data from Hacker News

Ask HN: What are the most annoying things in software development?

news.ycombinator.com

1–10 of 41 posts

Re: Ask HN: What are the most annoying things in software development?

#8
> As a software developer, which tasks do you find most annoying in your daily work?

Having to tell others (contractors, collaborating 3rd parties, etc.) what they shall do and how to do it. We've got an issue tracker and a TODO list and tons of TODO/FIXME/XXX comments in our code base. How about working on those? Pick an issue in the tracker (or if you've found some TODO/FIXME/XXX that hasn't assigned a tracking ID, create a new own) and work on it! Oh, and please don't ask me for a pinned down specification for each and every detail; it takes me more time and work to write down such micromanaging specs, than it'd take me, to write the code myself.

You think meetings are productivity killers? At least you can zone out in those and mentally work problems. People asking to be micromanaged, that's what really grinds my gears.

Post reply on HN