• azimir@lemmy.ml
    link
    fedilink
    arrow-up
    17
    ·
    3 months ago

    Time is possibly one of the hardest things to handle properly for a coder. There’s plenty of hard problems (network loss, 3 phase commits, etc), but time stand out as really annoying.

    Another one is colors. All it takes is one library to encode colors in a weird way and then mapping them between libraries is a mess.

    • ryathal@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      Time is annoying, but it’s mostly solved. The problem is people don’t use the solutions and make their own things that don’t actually work.