TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What's the most frustrating thing about Software/Web Development?

8 pointsby joemanacoabout 6 years ago

7 comments

n4bz0rabout 6 years ago
Having to struggle through a boredom of implementing the thing after all the interesting challenges are solved.<p>This doesn&#x27;t necessarily apply to an entire product, could be a separate feature or even pieces of features.<p><i>With great product comes great boredom</i>
stephenrabout 6 years ago
Cool kid developers cargo culting flavour of the week technology; and&#x2F;or front end developers changing their libraries&#x2F;frameworks&#x2F;tool chains more often than they change their underwear.
评论 #19829985 未加载
评论 #19831575 未加载
muzaniabout 6 years ago
Scrum isn&#x27;t designed to make work more productive for the developers. It&#x27;s mostly because development is a chaotic process, and it forces everyone on the team to sync regularly. The overhead for scrum is high, and gets in the way of flow. It&#x27;s good for menial work, the kind where a dev doesn&#x27;t have to think over a problem for several days and just ticks things off a checkbox.
CM30about 6 years ago
Poor project management. It&#x27;s very rare you see a company&#x2F;team come up with a plan and stick to it, without deciding to randomly overhaul a bunch of stuff or add more features&#x2F;complexity midway through.<p>Then again, it&#x27;s a close one. I&#x27;d say also one of the following may take it:<p>How the site&#x2F;app&#x2F;program always seems to fall apart whenever the boss looks at it, or how the developers struggle to replicate said issues when testing it later.<p>How in web development, every browser seems to have its own half assed idea about which features to implement and how to implement them, rather than just sticking to the damn spec and keeping it consistent with other browsers.<p>The flavour of the week stuff, with developers constantly wanting to use the latest shiny framework.<p>Or perhaps how many designers seem to act like they&#x27;re making a painting rather than an application, with zero thought put into how it scales between sizes, how things may fit in a grid, how various conditions (like errors) work etc.
karmakazeabout 6 years ago
Having to stick with established, popular languages, frameworks, etc.<p>From a biz standpoint it makes sense to use what&#x27;s well known, time-tested, stack-overflow answered, and easy to hire for.<p>From a developer&#x27;s perspective, it&#x27;s older, boring, and less effective than newer ones. Probably much less so in front-end as there seems to be much more rapid adoption.<p>The best case scenario would be solving a problem in-house then open-sourcing it.
erik_seabergabout 6 years ago
The industry does not agree with me that boilerplate is a pure waste of human lifetime, and a language that&#x27;s either more powerful or more domain-specific would pay off very quickly.
tmm84about 6 years ago
Smartphone compatibility, display and usage. So many different browsers, OS versions and screen sizes make it a minefield.