245 likes
·
4.7K reads
15 comments
Now After reading this I am even more excited to try copilot. Thanks for Writing.
Thanks for sharing!
Very interesting experiment, thank you for sharing! I would love to try copilot for myself and see the extent to which it can automate repetitive code patterns in a larger code-base. I'm guessing this is where we'll see the most value.
Indeed!
It is very tedious if it can only used on a file-to-file basis, but it's going to be a completely different game once Copilot is able to take the whole codebase into consideration!
Looks like I removed my comment by accident.
I tried it as well and I agree that GH Pilot generates a lot of code smell. I was getting a lot of weird code suggestions, even when cycling trhough alternatives which was even worse.
Currently github pilot looks like a tool with a lot of code snipets and most of them are not really good - aka bad/old practices like adding var
instead of let
or const
, spliting code into too much variables etc...
There's no point for me to use it if I'll have to refactor every single snipet I get.
It also tried to offer me code I already have for certain services, which was super weird since I don't need 2 indentical service functions with different names.
For now I will turn it off as it's more of distraction than help. We'll see how it turns out in the near future.
I agree, indeed more distraction than assistance - I could not recommend it to aspiring developers if they are serious about coding.
Copilot would teach them bad habits and might give the impression that the generated code is the right way of coding just because it works in the intended way.
I'll follow the progress of Copilot but will definitely not be using it in my projects!
Simona Winnekes thanks for this amazing article
I was so excited to be a part of the GitHub Copilot's technical preview team but after using it in my projects I absolutely agree with you and now I have it turned off almost most of the time. I just turn it on only when I am in the mood to explore things
I found TabNine to produce much more useful results than Copilot personally.
I have heard people say that!
Do you recommend Tabnine for daily coding? How helpful is it to you?
Simona Winnekes Yep! TabNine provides good suggestions for me, and produces less (but not zero) garbage output compared to Copilot. When I tried Copilot, it gave me markdown suggestions (specifically ```) at the end of every file, which was annoying. TabNine is also pretty helpful for completing plaintext/comments in English.
Agreed I found it pretty annoying. Tabnine+snippets is all I really need right now. I still interested in seeing how it evolves over time but there are some ethical and privacy considerations for me with how it generated suggestions from open source projects.
Looks interesting! Thanks for sharing your experience. I think I should give it a try.
Thanks for sharing.
Very interesting, thank you for sharing!
Interesting read, thanks for the share!