DEV Community

Alpha Olomi
Alpha Olomi

Posted on

3 2

Do you use Code generators?

Do you use a code generator (cli/gui/) in your projects (no regards to lang/framework/)?

For yes/no/** why?

Top comments (1)

Collapse
 
kevinhickssw profile image
Kevin Hicks

I use code generators for SQL quite often. I often use migration and SQL query builders that can be used to automatically create SQL queries and structures that match my team's standards and best practices.

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay