DEV Community

Discussion on: Understand your code using GitHub Copilot

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Whether you're a seasoned coder [...]

I'm a bit sceptical. Looking at the example, all this seems to do is explain the code to someone who doesn't understand the semantics of a language. But I don't see how this would be of any value to someone who knows what they're doing.

Are there other examples where this feature adds a bit more value than re-phrasing what the code already says?

Collapse
 
just_moh_it profile image
Mohit Yadav • Edited

Sometimes, the vars are named so poorly, it's a nightmare to understand things. Copilot comes handy in there. Also helps with third-party tech, like while working with Deepgram's APIs, etc.