TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How often do you use GitHub Copilot at work? If not, why not?

5 pointsby kingkhalidover 1 year ago

3 comments

palataover 1 year ago
I don&#x27;t use it, I refuse to. To me, the most important thing is to write code I understand in a way that will be understood by other humans. Copilot is here to make me produce code faster, that&#x27;s a different goal.<p>I do spend a lot of time reading about the functions I call (to make sure I understand what they are meant to do and how to use them) and then, once my code works, to make it more readable. I believe it is a skill that requires practice. Copilot removes that, and therefore prevents me from getting better at what I believe is important.
flanflyover 1 year ago
It&#x27;s an integral part of my workflow now. I love it. My common use cases are<p>- generating doc comments that are 99% correct<p>- completing boilerplate like error handling (f- you golang)<p>- write a &quot;quick start&quot; skeleton for unknown libraries and frameworks
andrewfromxover 1 year ago
I copy past code blocks into chatgpt web interface but I remove any company specific stuff first. Like I&#x27;ll even change variable names to &quot;foo&quot; vs. using the very MyCompanyNameVar in the example code.
评论 #38112905 未加载