Code Model Guidelines – Part 2

1. It is not an exaggeration to say that everything in Code Model has to be either a literal or have a clear, interpret-able link with Entity/Attribute (or Table/Field if you prefer that terminology). So even variable names should clearly have some association with Base (Default) Model unless those are meant for different purpose. Lets …

Code Model Guidelines – Part 1

Using top quality Code Model is probably the most important thing to make the best out of the MyCodeFactory. Even if a model ‘Looks’ good, you must go through each and every line of code in it before proceeding for Code Generation. As a matter of fact you should subject the Code Model – regardless …

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 …