DEV Community

Discussion on: Discuss: What's the one thing you hate about programming?

Collapse
 
briankephart profile image
Brian Kephart

As a web developer, I hate that the front end has to be javascript-adjacent.

More broadly, I hate the web of dependencies. In a way, even the environment/hardware is a dependency, as you have to depend on its capabilities. You always have to worry about some combination of libraries, language versions, compilers, devices, browsers, operating systems, servers, APIs, network protocols, and more, all of which are subject to change.