๐Ÿ“š Personal bits of knowledge

๐Ÿ”— Add planning reference links

+2 -2
+2 -2
Planning.md
··· 21 22 Speed is important. [You can build / do things quickly](https://learnhowtolearn.org/how-to-build-extremely-quickly/). 23 24 - 1. Make an outline of the project 25 2. 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. 27 4. Finally, once completely done, go back and perfect.
··· 21 22 Speed is important. [You can build / do things quickly](https://learnhowtolearn.org/how-to-build-extremely-quickly/). 23 24 + 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). 25 2. 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). 27 4. Finally, once completely done, go back and perfect.