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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Would it make more to sense to learn more SQL or another language?

1 点作者 yernarak将近 3 年前
My skill is fairly limited in SQL and I was wondering would it make more sense to deep dive into SQL or learn another programming language to improve myself as an engineer?

2 条评论

TameAntelope将近 3 年前
SQL doesn&#x27;t sit in a category that&#x27;s similar to &quot;other&quot; languages. You often need to know how to construct SQL queries in addition to working in another language.<p>Honestly, learning a language to &quot;improve&quot; yourself is probably a waste of time. Learning a <i>kind</i> of language is more valuable. Not SQL, but declarative. Not Haskell but functional. Not Java but object oriented.<p>Additionally, it&#x27;ll be more useful to understand programming concepts, like SOLID, flow control, data structures, etc.<p>As a developer for ~15 years, I don&#x27;t generally fear projects using languages I&#x27;m not familiar with anymore. I know I&#x27;ll pick up the basics to start contributing, and I&#x27;ll grow into mastery over the ensuing months.<p>Which brings me to my real advice; learn how to be productive while learning. If you can do that, you&#x27;ll have a long and successful career as a developer.
评论 #31982066 未加载
viraptor将近 3 年前
Just learn both. SQL is not that big unless you want to go full analyst &#x2F; dba. Spend some time on it and treat it more like regex - you can look things up if you need it. The this or that choice as you explain it doesn&#x27;t feel right.
评论 #31982127 未加载