Do you use a code generator (cli/gui/) in your projects (no regards to lang/framework/)?
For yes/no/** why?
Do you use a code generator (cli/gui/) in your projects (no regards to lang/framework/)?
For yes/no/** why?
For further actions, you may consider blocking this person and/or reporting abuse
Ben Halpern -
José Pablo RamÃrez Vargas -
Jess Lee -
Scofield Idehen -
Top comments (1)
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.