The Zen of Python has been my inspiration in programming from the early days. I have even found some of its principles priceless in daily life. After nearly delving more than two years with the Open Source world, this is my humble attempt at jotting down the “Do’s and Don’ts” of the Open Source world in the style of The Zen of Python. Consider this to be a tribute to PEP-0020.

This post consolidates the thoughts of Pieter Hintjens, Bruno Rocha and Christine Hall on Open Source, and adds some of my experience to it.

The Zen Of Open Source

  • Open is better than closed.
  • Explicit license is better than implicit intention.
  • Public domain is better than copyleft.
  • Copyleft is better than copyright.
  • Small team is better than working alone.
  • Community is better than a small team.
  • Documentation counts.
  • Special projects aren’t special enough to file patents.
  • Although practicality beats ideologies,
  • Patches should never be ignored silently,
  • Unless they break the code.
  • In the face of ambiguity, refuse the temptation to close an issue.
  • There should be one– and preferably only one –style guide.
  • Although that way may not be obvious at first unless you’re a bot.
  • Complete project is better than Incomplete one,
  • Incomplete project is better than none.
  • It is good to use already developed library,
  • Although it is better to to build library from scratch, reinvent the wheel -let’s do more of those

Wanna add something more, comment below.