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:
速通算法概述:
-
Make an outline of the project
-
制定项目概要
-
For each item in the outline, make an outline. Do this recursively until the items are small
-
为大纲中的每一项制定大纲。递归地执行此操作,直到项目很小
-
Fill in each item as fast as possible
-
尽快填写每一项
- You’ll get more momentum by speedrunning it, which feels great, and will make you even more productive
通过快速跑你会获得更多的动力,这感觉很棒,并且会让你更有效率
- DO NOT PERFECT AS YOU GO. This is a huge and common mistake.
不要随心所欲地完美。这是一个巨大而常见的错误。
- Finally, once completely done, go back and perfect
4.最后,完成后,返回并完善
- Color the title text, figure out if buttons should have 5% or 6% border radius, etc
为标题文本着色,确定按钮是否应具有 5% 或 6% 的边框半径等
- Since you’re done, you’ll be less stressed, have a much clearer mind, and design your project better
完成后,您的压力会更小,头脑会更清晰,并且可以更好地设计您的项目
- And hey, you’ll enjoy the whole process more, and end up making more things over the long run, causing you to learn/grow more
嘿,你会更享受整个过程,从长远来看,你最终会做出更多的东西,让你学习/成长更多
CRITICAL requirements for outline speedrunning:
大纲速通的关键要求:
- outline recursively 递归地概述
- speedrun 速通