257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square762linkfedilinkarrow-up1337arrow-down113
arrow-up1324arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square762linkfedilink
minus-squarePatchworkHorse@lemmy.worldlinkfedilinkarrow-up10·2 years agoDoing this is a hot take, but “clean architecture” is a joke. My company is obsessed with it.
minus-squarescubbo@lemmy.mllinkfedilinkarrow-up2·2 years agoI remember having a lot of doubts/criticisms of the book when I read it, but that was a long-ass time ago and I’ve forgotten it - what do you dislike?
minus-squarePatchworkHorse@lemmy.worldlinkfedilinkarrow-up1·2 years agoOff the top of my head… Too many layers of abstraction Multiple copies of the same model (entities, domain objects, models, DTOs, etc) Ours is a .NET6 solution, for what it’s worth. The solution itself has a few flaws, so that might be tainting my opinion a bit.
Doing this is a hot take, but “clean architecture” is a joke.
My company is obsessed with it.
I remember having a lot of doubts/criticisms of the book when I read it, but that was a long-ass time ago and I’ve forgotten it - what do you dislike?
Off the top of my head…
Ours is a .NET6 solution, for what it’s worth. The solution itself has a few flaws, so that might be tainting my opinion a bit.