GitHub Copilot: An AI 'Pair Programmer'
A project that GitHub has been working on in the background for some time with OpenAI. It’s a VS Code extension that uses machine learning to suggest useful code snippets as you type and it works with lots of different languages. Everyone I’ve seen has a lot of mixed feelings about this, but it’s undoubtedly an interesting development. Maybe I need to create a newsletter version of this tool.. - http://amp.gs/jjJdQ
#github #copilot
A project that GitHub has been working on in the background for some time with OpenAI. It’s a VS Code extension that uses machine learning to suggest useful code snippets as you type and it works with lots of different languages. Everyone I’ve seen has a lot of mixed feelings about this, but it’s undoubtedly an interesting development. Maybe I need to create a newsletter version of this tool.. - http://amp.gs/jjJdQ
#github #copilot
GitHub
GitHub Copilot · Your AI pair programmer
GitHub Copilot works alongside you directly in your editor, suggesting whole lines or entire functions for you.
Using GitHub Copilot for Unit Testing?
Even if you find the idea of a AI tool like Copilot writing production code distasteful, it may have a place in speeding up writing tests. - https://www.strictmode.io/articles/using-github-copilot-for-testing
#copilot #javascript #testing
Even if you find the idea of a AI tool like Copilot writing production code distasteful, it may have a place in speeding up writing tests. - https://www.strictmode.io/articles/using-github-copilot-for-testing
#copilot #javascript #testing
Strict Mode
Using Github Copilot for unit testing
In this article, we'll explore how to use GitHub Copilot for unit testing and how it can benefit your workflow.