GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you. Powered by OpenAI its trained on billions of lines of public code, saving you time and helping you stay focused.
Looks like the biggest jump in programming since object oriented programming 😅
If works as promised, it will speed up my development process big times!
Can't wait to give it a try
Congrats!!
I’m personally skeptical how this works because if it makes too many mistakes, like these GPTs often tend to do, it’s probably just faster to write it manually. In my opinion this is not kind of problem that should or could be solved with GPT-3 but some later version that’s much smarter.
@mbalamat if you're just getting started, it's probably 10%. I'm sure Copilot learns more all the time, but more importantly you as a developer might try to pick up better names for functions to make it work correctly. :)
It definitely saved me typing up some lines, specially getter, setter methods. I was also astonished a couple of times when it predicted a bit more complex (few lines of code) methods correctly. What it cannot save is the need for reviewing the code it generates, since it needs correcting more often than not. I feel that if it gets way better, I will be more like a reviewer of my code that it's developer, costing me the detailed understanding of my own code base.