wasp/waspc/docs/design-docs
2021-07-21 16:14:38 +02:00
..
README.md Added instructions for creating a design doc (DD). 2021-07-15 15:48:57 +02:00
server-setup.md feat: Wasp can now run custom setup code on server start (#199). 2021-07-21 16:14:38 +02:00

Design docs

Design doc (DD) is an informal document that primary author of a software system/feature creates before they start implementing it. It documents the high level implementation strategy and key decisions with emphasis on the trade-offs that were considered during those decisions.

Contributors are encouraged to submit DDs via pull request if feature is complex and could benefit from documenting its design or from having a discussion before its implementation starts.

In this directory, we collect DDs for various Wasp features, one markdown document representing one DD.