GitHub Copilot your best team mate
Use Cases and Deployment Scope
The department gathers all business requirements that in order to achieve them and make them real, we need to develop code. Here is where GitHub Copilot plays its role. We have Visual Studio Code and Eclipse installed in the developers local environments and we have installed the extension that helps us in developing and reviewing the code.
Pros
- Review code
- Answers quite good the questions I ask about the workspace configuration
- Specialized agent for coding Java, Groovy
Cons
- Sometimes generates nonsensical code, "hallucination," which can require additional review and correction
- Sometimes can contain security vulnerabilities
- It is a paid service
Likelihood to Recommend
One of my favorite features is for documenting and generating comments. Great quality of the comments making your code more maintainable and easy to share among developers. Another scenario where it helps a lot is for generating unit testing, that tedious task where developers often feel more lazy, with GitHub Copilot it is much quicker.