Being Productive with Code Generators
Read Time 2 minutesBeing a programmer we have to write a lot of code which we should not be writing . One such example is writing constructors and getters/setters of a very simple class. We can use below tools/libraries to generate code which is repetitive, universal and well tested and spend our time on more important things such as business …