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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How to do Code Reviews as the only developer in company?

5 点作者 casper345超过 6 年前
I am the only developer at my company and even though I create the architecture, I am fresh out of college so I know my coding needs work. I have been reading books like Clean Code but nothing beats an actual person? or does it? What can I do to improve my coding when its just myself.

2 条评论

tjr超过 6 年前
It would be best to have another person review your code, but if that is literally not an option...<p>You could develop checklists and coding standards based on <i>Clean Code</i> and other similar resources, and then, dedicate some code review time to try to take an unbiased look at your code and compare it to the checklists.<p>These same resources could then be used for code reviews should you ever have a second developer on staff.
评论 #18222019 未加载
savethefuture超过 6 年前
Ask a friend, if your code is not sensitive. Try writing performance tests and use vetting or debug tools to find things you haven&#x27;t thought about.