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

help-circle
  • sweeny@sh.itjust.workstolinuxmemes@lemmy.worldWindows 11
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    10 months ago

    Lol you tile your desktop as much as your kitchen floor? I only tend to need to have three things up at most so Mac optimizes my screen space the best since I have 2 monitors, but I’m not on on the multitasking level of many people here it seems

    *I think mac os started supporting tiling of non full screen windows as well according to some other comments so maybe kitchen style would work now



  • 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



  • 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