• Feyd@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 hour ago

    I always wonder this as well… I will use tools to help me write some repetitive stuff periodically. Most often I’ll use a regex replace but occasionally I’ll write a little perl or sed or awk. I suspect the boilerplate these people talk about are either this it setting up projects, which I think there are also better tools for

    • Glitchvid@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 hour ago

      My experience as well.

      I’ve been writing Java lately (not my choice), which has boilerplate, but it’s never been an issue for me because the Java IDEs all have tools (and have for a decade+) that eliminate it. Class generation, main, method stubs, default implementations, and interface stubs can all be done in, for example: Eclipse, easily.

      Same for tooling around (de)serialization and class/struct definitions, I see that being touted as a use case for LLMs; but like… tools have existed[1] for doing that before LLMs, and they’re deterministic, and are computationally free compared to neural nets.


      1. e.g. https://transform.tools/json-to-java ↩︎