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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: At what point does someone become a "developer"

4 点作者 fadelakin将近 11 年前
At what point does someone become or consider themselves an iOS developer or Android developer or web developer?<p>Is it when you start learning or when you know enough to make something or when you actually release something you&#x27;ve made on whichever platform you choose?

2 条评论

andymoe将近 11 年前
You are over thinking this. When is someone an artist? Just do you and call yourself whatever helps you get where you want to be the fastest.
josephschmoe将近 11 年前
It&#x27;s much easier to define who is not a developer than who is a developer. These are necessary but not sufficient conditions to being an X developer or an X engineer:<p>In the software world, you can call yourself an X developer when you&#x27;re competent enough in X that an employer would hire someone with your level of expertise as an X developer with no additional training in X.<p>For something measurable, I would say 90% of the code you write, assuming you write all of the code in your application, does not require the use of Google. I&#x27;m sure there are exceptions to this - this number is based on the language you pick. I need to use Google much more often for Java than C# for instance, because Java relies more heavily on methods instead of language constructs, even though I&#x27;m much more experienced in Java.<p>Both of these fail to capture the true scope of the problem. It&#x27;s very, very easy to fall into becoming an &quot;expert beginner&quot; and never learn advanced language&#x2F;framework features: <a href="http://www.daedtech.com/how-developers-stop-learning-rise-of-the-expert-beginner" rel="nofollow">http:&#x2F;&#x2F;www.daedtech.com&#x2F;how-developers-stop-learning-rise-of...</a>