#programmer #follow #principle #technology #programming #software #career #code
Every programmer should follow this don’t repeat yourself also known as dry is a software development principle aimed at reducing repeating yourself if i wrote code that tested math equations you can see that my code is being set up in the same spots over and over again this leads to things being awful to
Refactor later instead you want to create a small function that sets this up for you aka don’t repeat yourself a lot of the time you can follow this principle by taking your long code and dividing it into smaller and reusable pieces we’re programmers you gotta think lazy
0 Comments