Tips that every software developer should be aware of

·

1 min read

I like these ones:
  • Write Code That Writes Code: About writing code generators (automate everything)
  • Refactor early, refator often
  • Use a Single Editor Well: Who said vim 🙂
  • You Can’t Write Perfect Software
  • Test Early. Test Often. Test Automatically: Especially important with popular scripting dynamic programming languages
I will write more about these tips in future.