• ScintillatingStruthio@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    20 hours ago

    Fair enough, I like it better without but I don’t have a strong preference and have no issue adapting to whatever the style of the repo is.

    I learned about it researching tools to automatically enforce formatting style and came across StandardJS, which eliminates them by default.

    • Maiq@lemy.lol
      link
      fedilink
      arrow-up
      1
      ·
      20 hours ago

      I can see the benefit of matching style when working with others. I only code for myself and never had to worry about conformity for project consistency.

      It is good to learn new things.

      I’m sure I have some coding habitats that would annoy others.

      • ScintillatingStruthio@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        16 hours ago

        Consistent styling helps make the actual meaningful changes easier to spot. Probably also useful for your own commit history when working solo in a repo, but most useful in a team, yeah!