Friday, Nov 1, 2002, 12:33 AM
Code that begets code
5 comments
on this post
:
Friday, Nov 1, 2002, 9:23 AM
Chris Sells:
Saturday, Nov 2, 2002, 7:02 PM
Adam Cogan:
Be interested in your thoughts or if there is a better one....
Adam
www.ssw.com.au
Sunday, Nov 3, 2002, 5:49 AM
Xin Zhao:
Although both had advantages and disadvantages I found Code Generation to be a much better methodology for small to medium sized projects.
This is for two main reasons.
1. Performance. ORM is terribly slow due to reflection. And there is no real way around this. Whats worse ORM lets you use weak types which can lead to very messy code.
2. Development effort. Generating code requires 60% less effort in general and acheives the same results.
Xin Zhao
http://www.codeauthor.org
Thursday, Mar 22, 2007, 7:01 AM
Nikolet:
Wednesday, Mar 19, 2008, 4:20 PM




