Java champions and Senior engineers speaking out against lombok

  • McMonster@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    10 days ago

    Anything that does under-the-cover low level magic is bad. The deeper the magic, the worse. Spring is the particular offender here with the lengths it goes so to make you not use new and never be able to debug why something happens. Or worse, why something doesn’t happen. We know how to deal with code, but not magic.