19

Don't Repeat Yourself. Don't Repeat Yourself.

3 words you need to keep repeating over and over to colleagues that, well, keep repeating themselves in code.

Comments
  • 0
    As an Android developer, I keep seeing this not only in code, but in layouts. You have lot of tools to avoid copy&paste but a lot of devs don't realize that what looks like the fast lane it's not at all at the long run.
  • 0
    Also important: You Ain't Gonna Need It
  • 0
    It's important to stay DRY!
Add Comment