DEV Community

Github copilot - thoughts after actually trying it

David B. on July 03, 2021

After waiting some time, today I was invited to try out Github copilots' visual studio code extension. After using it some time, I personally feel...
Collapse
 
anishde12020 profile image
Anish De •

Well, AI is the future and I see GitHub copilot being an assistant for every developer in the future (as the name suggests) but I feel like they shouldn't really take away jobs of developers though tools like these have a long way to go before it reaches that level

Collapse
 
mrsamroy profile image
Sam Roy •

It won't...you still need to understand how to build software...

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch •

Could you please check what happens here in a .js file?

  // the following function does all the magic
Enter fullscreen mode Exit fullscreen mode
Collapse
 
dbumbeishvili profile image
David B. • • Edited

It returned magical function

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch •

🤦

Collapse
 
dacurse profile image
DaCurse •
// Given a 2d array check for any tic tac toe wins
Enter fullscreen mode Exit fullscreen mode

Maybe the comment is too vague

Collapse
 
dbumbeishvili profile image
David B. •

Not sure if it is correct though

Collapse
 
maxdevjs profile image
maxdevjs •

// builds the next github

Collapse
 
mrsamroy profile image
Sam Roy •

// Async fetch multiple URLs, read results into an array of objects.

Good luck?

Collapse
 
dbumbeishvili profile image
David B. •

Collapse
 
dbumbeishvili profile image
David B. •