DEV Community

Cover image for CodeWhisperer and Github Copilot
rafaone
rafaone

Posted on

CodeWhisperer and Github Copilot

I think the great thing about code assistants (git copilot/CodeWhisperer) is to evaluate the security of a lib and automate a test,
the suggestion itself of a block of code still strikes me as very incisive.
The AI code suggestion can be based in solution available in web(stackoverflow) :).
But some points is very interesting:

  • Security the assistance give to you possible bugs in currently code or lib that you are using.

  • Automated test, yah the assistance can generate the code for you to test a method or function

  • Improve your documentation, since the assistance use the description of function and name to suggest the solution, you need to make the description clear and objective with a good describe of parameters and types. Now you remembering the chatGPT to give you a good solution.

Tools, in the end it's a Tool that will shortcut same stages, but you need to know what is under the cap, and remember the master is you! Keep growing .

Google AI Education track image

Build Apps with Google AI Studio 🧱

This track will guide you through Google AI Studio's new "Build apps with Gemini" feature, where you can turn a simple text prompt into a fully functional, deployed web application in minutes.

Read more β†’

Top comments (0)

Google AI Education track image

Work through these 3 parts to earn the exclusive Google AI Studio Builder badge!

This track will guide you through Google AI Studio's new "Build apps with Gemini" feature, where you can turn a simple text prompt into a fully functional, deployed web application in minutes.

Read more β†’

πŸ‘‹ Kindness is contagious

Take a moment to explore this thoughtful article, beloved by the supportive DEV Community. Coders of every background are invited to share and elevate our collective know-how.

A heartfelt "thank you" can brighten someone's dayβ€”leave your appreciation below!

On DEV, sharing knowledge smooths our journey and tightens our community bonds. Enjoyed this? A quick thank you to the author is hugely appreciated.

Okay