How do you prevent AI generated code from adding unnecessary dependencies?

by

I’ve noticed coding assistants sometimes suggest a library for something that could be handled with the existing stack. That can slowly add unnecessary dependencies to a project. Do you have a rule for deciding when an AI suggested package is actually worth adding?

3 views

Add a comment

Replies

Be the first to comment