• 0 Posts
  • 7 Comments
Joined 1Y ago
cake
Cake day: Jul 10, 2023

help-circle
rss

They probably got stuff done, just not the things you left half implemented code for…


I use Vscode with markdown preview, with a git repo. The only downside is that Windows incessantly wants to group instances of an application, so it’s hard to keep my notes separate from my coding stuff.




Idk, I don’t see a problem with saying a new language is unintuitive. For example, in js I still consider the horrible type coercion and the “fix” with the triple-equals very unintuitive indeed. On the flip side, when learning C# I found the multiple ways of making comparisons to be pretty intuitive, and not footguns.


Nothing like trying to make sense of code you come across and all the function parameters have unhelpful names, are not primitive types, and have no type information whatsoever. Then you get to crawl through the entire thing to make sense of it.


If you think that’s bad, don’t think about how many important communications in the world happen completely verbally.