решаемые проблемы
генерация кода anyModule
генерация кода на Python
генерация для стека Django/JS
It is effective because:
- when you write every next program, you are coping a lot of repetitive code -- project files, build scripts, lot of code snippets you use again and again
- this generic code templating method is the powerful magic — any code can be generated and transformed programmatically as a data structure
- you are happy to use your own language for contract work -- it can be extended as you like, you can add any programming concepts if you feel that they should be used, nothing limits you in extending it with higher-level elements which described tasks you are solving every day
- at the same time, you are not forced to use mainstream and legacy languages such as C++ PHP5 or COBOL, which makes your angry and takes your brain boil, you can just generate code in these languages, and it will be fully compatible with your team and employer