• 0 Posts
  • 10 Comments
Joined 1Y ago
cake
Cake day: Jun 16, 2023

help-circle
rss

I feel compelled to point out that “back door man” was already a common expression in blues lyrics.



I’ll just write thousands of lines of code inside a global object… I’m sure I won’t put a semicolon where a comma should be…





A similar phenomenon is knowing you’re going to need to go back and update some older section of code and when you finally get around to it, it turns out you wrote it that way to begin with. It’s like… I didn’t think I knew about this approach before…


Do you have any theories as to why this is the case? I haven’t gone anywhere near it, so I have no idea. I imagine it’s tied up with the way it processes things from a language-first perspective, which I gather is why it’s bad at math. I really don’t understand enough to wrap my head around why we can’t seem to combine LLM and traditional computational logic.


It’s probably also related to when a person first encountered JS. If you learned it pre-2015—even if you’re aware of the changes made in ES6—I can see how it would be hard not to view JS as cumbersome. I personally love to use it, but I can’t imagine that would be true without let, const, classes, etc.

Edit also block scoping and arrow functions!