https://7vaf67.p3cdn1.secureserver.net/wp-content/uploads/2024/06/image-3.jpg?time=1718940973

Do “outline speedrunning”: Recursively outline an MVP, speedrun filling it in, and only then go back and perfect. 进行“概述速通”:递归地概述 MVP,速通填充它,然后再返回并完善。

This is a ~10x speed up over the ‘loading-bar’ style (more on that below) 与“加载栏”样式相比,速度提高了约 10 倍(更多内容见下文)

Don’t just read this article and move on. Go out and do this for the very next thing you make so you can get in the habit of doing it. 不要只阅读这篇文章并继续前进。出去做下一件事情时就这样做,这样你就可以养成这样做的习惯。

(btw, here, speedrunning just means doing something as fast as possible) (顺便说一句,在这里,速通只是意味着尽可能快地做某事)

Outline speedrunning algorithm:

速通算法概述:

  1. Make an outline of the project

  2. 制定项目概要

  3. For each item in the outline, make an outline. Do this recursively until the items are small

  4. 为大纲中的每一项制定大纲。递归地执行此操作,直到项目很小

  5. Fill in each item as fast as possible

  6. 尽快填写每一项

  1. Finally, once completely done, go back and perfect 4.最后,完成后,返回并完善

CRITICAL requirements for outline speedrunning:

大纲速通的关键要求: