DEV Community

Discussion on: How AI Is Transforming Code Learning—for Better and for Worse

Collapse
 
rajatkantinandi profile image
Rajat Kanti Nandi

Using AI as a pair programmer is a great idea. When I get stuck somewhere I show Claude the portion of my code and ask it to suggest a better approach.
Although it sometimes does not give you the solution, it can move you in the right direction where you can figure it out. Then I sometimes validate that solution.
It can generate good unit tests as well which I can quickly run and validate the code with confidence.

Collapse
 
sarthology profile image
Sarthak Sharma

Insightful.