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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Tips for a Junior Developer (2019)

20 点作者 kiachnish超过 2 年前

3 条评论

legerdemain超过 2 年前
<p><pre><code> &gt; Read through language references like the Java API specification, Python &gt; Language Reference, or Ruby Documentation. Know the data structures your &gt; language gives you: what methods are available for an array, a dictionary, &gt; a stack, a queue. Read through the calls you can make for an API and the &gt; parameters you can pass to a function. &gt; &gt; Try to commit these things to memory if you can. </code></pre> Please do not just read through the Java API specification. It is enormous. A lot of it is irrelevant to almost everyone (the first entries are java.applet.* and java.awt.*). A lot of what sounds relevant is often implemented better and more usefully in third-party packages. This is BS advice.<p>Read the docs for types and modules <i>you see in use</i>, in your codebase. Do an occasional code dive into the standard library and poke around in it. Do not just read through the Java standard library.
thunkle超过 2 年前
After 15 years of engineering... I&#x27;m still insecure. So are most engineers. I wouldn&#x27;t tell someone to stop being insecure. I&#x27;d let them know it&#x27;s totally normal to feel insecure.
test6554超过 2 年前
My tip is to ask chatGPT about things you might ask a senior dev or mentor and see what comes out. Questions about your stack, about specific problems, libraries, npm packages, algorithms, etc. Don&#x27;t just assume everything it says is correct or the best option, but it can&#x27;t hurt to ask.
评论 #34410699 未加载