Code generators to speed up your team's workflow
January 1, 1970
We all use shortcuts to get our job done faster, from copying and pasting code to using snippets or more recently github copilot. The downside to these is that they are limited in scope and they are not flexible enough to handle all the different ways we work with code. In this post I’ll show you a specific kind of code generators that can help you not only to get things done faster, but also to onboard new members, standardize the boring parts and even help writing tests improving the code quality in your projects.