DEV Community

Discussion on: Advice to the New Programmers👦

Collapse
 
scottishross profile image
Ross Henderson

DRY.

Don't Repeat Yourself.

If you need to repeat yourself at first to get the code working, that's fine! As soon as it's working, refactor it as best as you can. If the code still works, then you're doing it better :)