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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Can GitHub Copilot make you a worse programmer?

2 点作者 preetamjinka超过 2 年前

1 comment

alokshukla超过 2 年前
I agree with the gist of the article. There is merit in learning the core skills before getting the assists - more so for folks starting out in their career - there is a value in solving problems with the first principles.<p>I have also observed that once you used to write code generated by Co-pilot, you struggled to write test stubs and code coverage for the same piece of code. And it is always harder to fix code written by someone else, especially in P0 scenarios.<p>Off-course, when you are a senior programmer, you develop the flair of using assists to move faster, but by that time, you are a seasoned professional.