• Glitchvid@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 hours 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 ↩︎