Ask HN: How does programming affect your emotional state?
11–15 of 15 posts
Re: Ask HN: How does programming affect your emotional state?
#12Re: Ask HN: How does programming affect your emotional state?
#13I want to just get some shit done. And I have now spent 5 hours trying to patch up a problem that should never have even existed. I work at a place with 50+ eng teams sharing this code base. This simply shouldn't even be a thing. I should be able to clone, run a setup script, and just code.
So, yeah, I'm in a shit-ass mood now. And the worst part is that my feelings are totally self-imposed. _I_ want to feel productive. Apparently the org doesn't really care, so if they want to pay me to not be able to work, so be it I guess? I don't like it.
Re: Ask HN: How does programming affect your emotional state?
#14If I hit a wall working on coding logic, I kind of get annoyed and take a short break and come back and try some more.
If I'm doing _anything_ involving databases and API calls I get actually ANGRY when something doesn't work.
My theory: Explaining logic in syntax feels natural, since we do it talking to each other all the time.
Exchanging information in structure feels unnatural, since we don't do it in interpersonal communication. If we're talking about a subject we don't have to first define a schema and endpoints. Our brains do all that automatically.
Imagine trying to use migrations and API routes to represent the memory access, changes in data, and relation mapping our minds do when studying new subjects or learning new information about old topics.
I HATE DATABASES.