Zen of SDLs (WIP)

As a nod to the Zen of Python

  1. Modular is better than integrated, usually
  2. Forever free-tier services are a big plus
  3. Think “cloud experimentation”
  4. Pure Python is better than mixed
  5. Try existing cross-domain products first
  6. Open-source is better than closed-source, usually
  7. Closed-source with a great API is better than open-source with poor documentation, sometimes
  8. Avoid all-or-nothing thinking with middle paths
3 Likes