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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Everyone at Yipit is Now Learning to Code

41 点作者 vacanti超过 12 年前

4 条评论

endianswap超过 12 年前
This is basically how things work at Valve, since it's almost entirely an engineering driven system that keeps us moving forward. Therefore there's always incentive for anyone in any non-engineering department to pick up what they can to make their work easier or more efficient. Of course the converse is true, too, you see engineers learning more about the art pipeline, business, et. as part of the concept of wanting to become more T-shaped.<p>My quintessential example of this is seeing artists create a new effect, model, or sound, and lacking the appropriate hooks in code, go into the C++ source tree and hook their assets into the game themselves.
评论 #5183663 未加载
评论 #5184241 未加载
rpwilcox超过 12 年前
&#62; One of the core tenants at Yipit is that everyone should think and act like an entrepreneur.<p>Does everyone get to learn how to do sales, marketing, customer interaction, forcasting, and corporate financing too? Seems like they are equating "being able to code" with "being a successful entrepreneur" when it's not that at all. (See <i>The E-Myth Revisited</i>)
danso超过 12 年前
Concurrent with learning to code, I've often wished that my co-workers would at least learn how to write parseable documents.<p>I don't mean something as structured as XML. I mean something as simple as keeping notes/numbers/links in a spreadsheet, which enforces at least some degree of information integrity (<i>why are there a bunch of missing/ambiguous dates for these incidents?</i>). And if it's done well, then all it takes is a simple script to parse that data into something usable, either a webpage or an interactive report.<p>Theoretically, it seems like you could learn to do that without learning to code. But maybe once you've learned for loops and if statements, it's much easier to understand the value of parseable documents.
评论 #5183417 未加载
Ataub24超过 12 年前
Awesome post!