Was digging through a project at work today where some guy in 2014 made 100+ commits in a single day and the only one that had a comment said “upgrading to v4.0”.

  • @dark_stang@beehaw.org
    link
    fedilink
    811 months ago

    They fluxuate wildly between short and informative messages like “fixed regex validation on property A” and “I fucking hate prettier” when the build pipeline fails because I had a line that was 2 characters too long.

    • @Luvon@beehaw.org
      link
      fedilink
      111 months ago

      On projects I setup I have prettier run as part of a commit hook. All files will be formatted at all times