(no title)
jasmes | 1 year ago
If 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.
No comments yet.