Remix.run Logo
marcosdumay 6 hours ago

I guess by now it's pretty settled down and unanimous that SOLID is an extremely bad way to organize your code, and that Clean isn't very good and has about the same odds of helping or harming you.

But extending the complaint to all acronyms isn't helpful. ACID, OLAP, EBITDA, etc are perfectly good names with clear meanings that can be easily discovered.

xboxnolifes an hour ago | parent | next [-]

I'm not sure you can even get majority agreement of what SOLID code looks like, let along unanimous agreement on it being bad.

AnimalMuppet 5 hours ago | parent | prev | next [-]

> I guess by now it's pretty settled down and unanimous that SOLID is an extremely bad way to organize your code

Hardly. Not settled down, still less unanimous.

HumblyTossed 5 hours ago | parent | prev [-]

You don't know many c# devs, then.

marcosdumay 4 hours ago | parent [-]

I have met exactly 1 developer that both followed the Microsoft recommended practices and didn't think they were bad.

His legacy is making code brake even now.