TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Start in the Middle (2010)

36 点作者 _xivi超过 1 年前

2 条评论

halgir超过 1 年前
I&#x27;m no developer, but I took an introductory programming course in uni. I remember for our exam (code a specific game in python), I spent literally days getting nowhere, because I just couldn&#x27;t figure out how to implement the beginning. One day, out of frustration more than anything, I made a function that was smack dab in the middle of the game with no scaffolding to make it work. That helped me realize its relationship to the next function near the middle, and so on. Before I knew it, the whole game had materialized as if by itself out of my fingertips.<p>That was the most flow-y state I&#x27;ve experienced in my life.
评论 #39419836 未加载
CM30超过 1 年前
This is also pretty good advice for game design&#x2F;development too. With the added benefit that if you make the first level&#x2F;area&#x2F;battle last, then you&#x27;ll have enough experience with the setup to make a really strong first impression.<p>But yeah, I do this for both writing and programming, at least to some degree.