Keep your code DRY (Don't Repeat Yourself) by using functions, classes, and libraries to avoid code duplication. This makes your code more maintainable and easier to understand. đź’§ #dryprinciple#codeduplication#100DaysOfCode#buildinpublic
In 2016 BBC Platform was a mess of #UI#codeduplication — their devs wanted to fix this but weren't sure how.
Thursday: @999cottam joins us to share how over the last 5 years his team tackled the issue using @ReactJS, @storybookjs, @yarnpkg & more.
bit.ly/3vG66cz
ALT Ian Cottam joins our free Thursday's Matter meetup!
All code duplication is not bad. It matters in which context, we are duplicating. Also, duplication might be transient state of code. I hate when everything becomes hard rules. #softwaredevelopment#codeduplication#programming