We write our own code:

  1. Prefer software with better documentation;
  2. Prefer software that can be easily audited and forked;
  3. Keep configuration simple and choose sensible defaults;
  4. Avoid unnecessary, 3rd-party dependencies;
  5. We eat our own dog food.

---The Unix Work Ethic