···21212222Speed is important. [You can build / do things quickly](https://learnhowtolearn.org/how-to-build-extremely-quickly/).
23232424-1. Make an outline of the project
2424+1. Make an outline of the project. [Plan to build something as quickly as possible and modify it as needed in the future](https://wiki.c2.com/?PlanToThrowOneAway).
25252. For each item in the outline, make an outline. Do this recursively until the items are small.
2626-3. Fill in/do each item as fast as possible. Do not perfect/iterate them as you go.
2626+3. Fill in/do each item as fast as possible. Do not perfect/iterate them as you go. [Doing it badly is doing the thing](https://www.softwaredesign.ing/blog/doing-the-thing-is-doing-the-thing).
27274. Finally, once completely done, go back and perfect.