• JohnDClay@sh.itjust.works
    link
    fedilink
    arrow-up
    12
    ·
    6 months ago

    Except the information is given least to most important, making verbal abbreviation difficult. Works great for file names though.

    • Pulptastic@midwest.social
      link
      fedilink
      English
      arrow-up
      17
      ·
      6 months ago

      There’s this really cool shorthand where you drop the year because it seldom changes. It’s called MM-DD

          • rchive@lemm.ee
            link
            fedilink
            arrow-up
            1
            ·
            6 months ago

            Had a coworker who used MMDDYY with no dashes. Unless you knew it was very hard to figure out, since it could also just be a number that happened to be 6 digits, too. At least YYYY-MM-DD looks like a date generally.

        • CapeWearingAeroplane@sopuli.xyz
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          6 months ago

          “I can reuse this old function if I just monkey-patch this other class to work with it, no one will have any issues understanding what’s going on”

          Edit: Thought this was the programmerhumor community. For context: A monkey-patch is when you write code that changes the behaviour of some completely different code when it is running, thus making its inner workings completely incomprehensible to the poor programmer using or reading your code.