Been using Copilot the last 6 months and it's obviously amazing, but I've caught myself relying on it without fully understanding the code. Anyone else feel like it's making you lazier? Or has it actually helped you improve? Curious how people are using it without losing the muscle memory.
Been using Copilot for about 6 months now and honestly it's changed how I code. The key is being specific in your comments - instead of `// sort array` try `// sort users array by registration date descending`. Way better suggestions.
Anyone else find themselves writing better comments just because of Copilot? It's like having a pair programmer who forces you to explain your thinking 😄
Yeah, same here. It's great for speed, but sometimes I'm like… wait, what did it just write? Been trying to slow down and actually read what it spits out before hitting run.