Mammer
|
| Posted: 05/08/2002, 12:44 PM |
|
I am interested in what the experts think are the pros and cons of building CodeCharge ASP applications with or without templates.
|
|
|
 |
Xander
|
| Posted: 05/08/2002, 3:13 PM |
|
I'm no [expert], but the main advantage is the separation of the business layer (i.e. ASP, PHP, etc code) from the presentation layer (i.e. HTML stuff). This is normally how good software is written and allows the programmer to focus on the code and business logic and the artist on the presentation stuff. It also makes it easier to change one without effecting the other.
In CC generated apps, the advantage lies in the fact that you could give the template files to an artist to have it changed and made to look nicer while you could still change logic in the program and have the application regenerated without overwriting or changing the template files. If you add or remove fields, you probably need to update the templates of course.
|
|
|
 |
|