Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Design Docs!

tli2 edited this page Jun 25, 2018 · 5 revisions

Design

Design Docs Are Good

  • Please write design docs for a new feature.
  • This will help others understand what you are doing.
  • This will help you think formally about what you are doing and come up with a better design.
  • This will help your code stand the test of time and not get removed by an angry person not understanding what you did who is refactoring the code base two years later.

How to write one

  • Go to our design doc repo
  • Fork the repo and follow the instruction to write your design doc
  • Submit a PR and assign reviewers. We want it to be a discussion!
  • You can do this before you start writing your code or after. Doing this before allows you to get input from other people earlier, but you might need to come back and change things so they are up-to-date.
  • When in doubt, just write it down. (whether you need a design doc, whether something needs to go into the design doc, etc. )
Clone this wiki locally