I never found programming agonizing.
Never some intractable bug, that didn't seem to have any relation to the source code you're reading?
21–30 of 53 posts
I never found programming agonizing.
Never some intractable bug, that didn't seem to have any relation to the source code you're reading?
The only things I find agonizing about programming: 1. unrealistic time frames and expectations from non-technical managers, and 2. leetcode Everything else is awesome.
Nah, I have another one: Being confronted with my own stupidity and my own limits in mental capacity. The shocking thing is that this never goes away, even after decades of practice.
But seriously it’s easy after that. The hard part becomes:
- what do people want
- how should it look and feel
- how does it generate revenue
There’s a concept and execution phase to each of these that are difficult in their own way.
But yeah I have not stressed out about which for loop to use or if it should be monolithic or services etc in a long time. We have so many language options and you can even have a bot write it for you to the latest style and standard
I never found programming agonizing.
I've never punched the air after fixing some bug that I didn't at some point earlier get extremely frustrated at its intractability.
Earlier quoted context omitted.
You must not talk to other developers ;) But seriously, sometimes its not the code, it's the human factor that's painful, other times, well it's JavaScript.
Or at least the culture around JavaScript . I love writing JavaScript. I like React well enough. I'm not sold on NodeJS, though I'll accept that its struggles are no different than any other package manager. I just wish the whole thing would stand still for a minute. It's seriously exhausting to keep up with all of the deprecations, rewrites, new "best" frameworks, etc.