• karmiclychee @sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    Boilerplates, or solutions to really weird one off problems that require a bunch of synthesis across different, unfamiliar domains (ie, as a web dev, how do I install imagemagick on an internal, stripped down rootless RHEL container with microdnf)

    • Pennomi@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Yeah, or implementing well-defined single functions that would otherwise just be a hassle. I’ll just stub out the function signature and tell it to finish the rest.