
In software engineering there is a principle known as DRY -- Don't Repeat Yourself. The idea is this: If you are going to solve a problem, do it only once. Don't solve the same problem again and again in different parts of your code. In software, this means that you take your solutions to these common problems and code them in a way so they can be used from wherever necessary. The DRY principle can also apply to your personal work habits as well. Over the course of a week, a good portion of our time can be taken up by unnecessary tasks or overly complicated processes. Proactively looking for areas where we are "repeating" ourselves can unearth these areas where we can … [Read more...]








