This will contain all my notes.
Go to file
Chandra Mohan Jha 3f93f3f953 updated mongo notes for 'distinct' 2020-02-12 12:09:46 +05:30
LICENSE Initial commit 2019-12-31 02:41:01 -05:00
README.md added some coding quotes 2020-01-06 21:59:48 +05:30
git.md update git.md 2019-12-31 16:29:02 +05:30
mongo.md updated mongo notes for 'distinct' 2020-02-12 12:09:46 +05:30

README.md

notepad

This will contain all my notes.

  • Beautiful is better than ugly.
  • Explicit is better than implicit.
  • Simple is better than complex.
  • Flat is better than nested.
  • Sparse is better than dense.
  • Readability counts.
  • Special cases are not special enough to break the rules.
  • Although practicality beats purity.
  • Errors should never pass silently, unless explicitly silenced.
  • Now is better than never. But never is often better than right now.
  • If the implementation is hard to explain, it is bad idea.