• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • How can you even form an opinion on this if, as you stated in that thread, you literally have no idea what typescript is and are just a beginner in js? You got down voted for saying typescript is unnecessary without even knowing what it is or what the thing you’re working with’s limitations are, which is a pretty objectively braindead stance to take. You’re a beginner js developer, you have no idea what you’re talking about when it comes to preferences of ts vs js, just that all of the beginner level stuff you have tried to do works in js so therefore typescript or frameworks must be unnecessary


  • It’s also anti inflammatory and will make you feel less depressed about the ailments it can’t take care of! It can have some negative side effects if you overdo it of course, and you can become too impaired to operate vehicles while using it, so I wouldn’t quite call it a miracle drug, but it’s still an extremely useful drug with minimal health risks. Not to mention it’s a good time, I don’t feel the need to use any other drugs recreationally since weed works so well and has so much less side effects (when used in moderation).

    A lot of people struggle with moderation and withdrawals, so I wouldn’t go as far as to say it is non addictive unfortunately, but it is a lot less addictive than pain killers that’s for sure



  • I just get AI to write my comments lol. I’ll paste the function or component and tell it to write comments in tsdocs format and it works great every time (I will also add to it sometimes of course).

    Don’t get me wrong, I also write clean code with good function and variable naming, but I find comments are also useful for a few reasons; they make the code even more quickly readable, they can explain why the code is the way that it is, and my favorite reason, they make it so when you hover over a reference to the commented item in an ide you get an explanation of exactly what the code does and what it expects without having to find and read the code itself