···2122Speed is important. [You can build / do things quickly](https://learnhowtolearn.org/how-to-build-extremely-quickly/).
2324-1. Make an outline of the project
252. For each item in the outline, make an outline. Do this recursively until the items are small.
26-3. Fill in/do each item as fast as possible. Do not perfect/iterate them as you go.
274. Finally, once completely done, go back and perfect.
···2122Speed is important. [You can build / do things quickly](https://learnhowtolearn.org/how-to-build-extremely-quickly/).
2324+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).
252. For each item in the outline, make an outline. Do this recursively until the items are small.
26+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).
274. Finally, once completely done, go back and perfect.