Background: Automation of Coding

The idea of coding automation is around for a while. Probably it is as old as the history of Software Engineering. The primary approach towards this is by using Code Templates. No doubt, templates work. But that demands lot of patience, efforts and numerous revisions in the cycle of template creation/modification, code generation, debugging and …

Architectural Decisions when using MyCodeFactory

Among the major decisions prior to actual commencement of Software Development using MyCodeFactory, one has to be clear as to how the source generated would be used in future. These are the major ways to look at it: A. To use the generated code as a springboard (only once during start), develop business logic tightly …