DRY is one of the most talked about principles in software engineering. It’s also one of the most misunderstood. #coding #programming #developer #tech #softwaredevelopment
this is actually true and it helps engineers maintain the code better. thank you Umacodes for this 🙌🏼👏🏼👏🏼
Functions should be import to every page removes DRY
Gets worse with every AI generated slop
Yes, that's right, thanks for the info. 👌
i've seen codebases where devs abstracted everything just to follow DRY and ended up with code nobody could read or maintain. sometimes a little repetition is actually the cleaner choice
Wonder Man
Things as basic as having a single file that exports the various routes in an app can really go a long way for code maintenance….