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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: As a senior developer, should I fix my missing CS education?

4 点作者 redroot超过 7 年前
First some context: I&#x27;m currently a senior developer (mainly full stack web based experience) and I&#x27;ve been working professionally for 11 years. I&#x27;ve never had a formal computer science education (my degree had plenty of programming but nothing theoretically in depth) but I&#x27;ve picked up a little bit over the years from working on projects with senior developers and asking plenty of questions. I learn pretty quickly, I&#x27;ll use whatever tool&#x2F;language is appropriate for the problem and I like to think that my colleagues think highly of me.<p>I can&#x27;t tell you how to write a bubble sort, I can&#x27;t tell you differences between different sorting algorithms, I understand Big O notation but can&#x27;t look at code and instinctively apply the notation, I know no path finding algorithms, and beyond arrays and hashes I don&#x27;t know data structures like trees, double linked lists, and so on.<p>My not so simple question is this: should I spend time learning these things at this point? Will it help me problem solve but looking at a problem in a new light (or a previous solution in a new light)? Or given that I got this far without needing a formal CS education should I continue picking up what I need as I encounter it? Assume for now that I am not interested in engineering management &#x2F; leadership roles.

4 条评论

sonabinu超过 7 年前
If you feel like you not having the theoretical grounding is holding you back, you should do a few classes to get an appreciation for the theory. I don&#x27;t think you need to go and do every single class though.
abhimt超过 7 年前
&gt; I know no path finding algorithms, and beyond arrays and hashes I don&#x27;t know data structures like trees, double linked lists, and so on.<p>you can learn it from <a href="http:&#x2F;&#x2F;www.techiedelight.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.techiedelight.com&#x2F;</a>
bjourne超过 7 年前
Only required if you want to break new ground. Such as writing compilers, vm internals, 3d engines and machine learning. Then CS pays off. For your average PHP, RoR, ASP.net or Javascript programmer, probably not so much.
citizens超过 7 年前
A lot of interviews these days seem to value CS skills over professional experience. Are you planning on switching jobs anytime soon?