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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Will “Swift developer” ever be a job title?

7 点作者 thisisdallas超过 10 年前
Hey guys,<p>I keep seeing posts on Swift and I am trying to figure out what its purpose is. I know it is a new language but is it an Objective-C replacement or more of something that should&#x2F;can be used alongside Objective-C? Another question, where does this leave beginners? Will job positions for junior iOS devs require Objective-C and Swift knowledge or could one get by with just Swift knowledge?

3 条评论

jefflinwood超过 10 年前
It&#x27;s a replacement for Objective-C, but you can mix and match code in the same project.<p>You&#x27;ll need to know both, at least for the time being - many open source libraries are written in Objective-C, so if you need to make tweaks, you&#x27;ll need to understand Objective-C. Also, a lot of existing tutorials aren&#x27;t written for Swift.<p>One really important thing to note is that even though the languages are different, the underlying iOS&#x2F;OS X libraries and frameworks are the same. The hard part isn&#x27;t really learning the syntax of the language, it&#x27;s understanding how to accomplish what you want. For instance, showing pins on a map or displaying items in a collection view.<p>FWIW, I teach iOS app development, and I think that beginners should learn Objective-C, not just Swift.
评论 #8296728 未加载
rgtk超过 10 年前
Beginners should comprehend essentials of Objective-C first and then learn Swift. At first there will be demand for Objective-C since a lot of companies already use it. But over time it should change in favour of Swift (more aggressive promotion by Apple).<p>Swift is a replacement for Objective-C in Apple world. But that doesn&#x27;t mean Objective-C is going anywhere. It has rich ecosystem and experienced developers all over the world. You can create application using both languages simultaneously which allows you to use mature libraries or frameworks in Swift.<p>Language is a tool. Companies don&#x27;t hire programmers for knowledge of specified language but for the ability to solve problems.
loumf超过 10 年前
Some jobs will require Swift, some Objective-C, some both and some neither. The best Junior jobs will realize they should require neither and hire the best general programmer, which is what I have always done.<p>Senior developers only need Obj-C for now, but should be learning Swift already.