• expr@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    As a professional Haskell developer, I tend to agree. I loathe any and all lens code I find using a ton of operators (though I just dislike lenses in general). Operators from base are generally fine, but for the rest, just use normal functions damnit. Operators suck for code navigation too.