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

help-circle
  • nathris@lemmy.catoTechnology@lemmy.ml...
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    I pay $10/month for copilot because it saves me a lot more than $10 in time not spent typing out boilerplate or searching through garbage documentation.

    It frees up my mind to focus on the actual software architecture instead of the quirks of the language.


  • Semicolons are optional in JavaScript unless you are combining multiple statements on a single line, which is generally not something you should be doing anyway.

    I avoid them whenever possible. It encourages people to write poorly formatted code. But then I’m a python dev so I tend to be opinionated when it comes to whitespace.