Dmitri Colebatch wrote: > if its appropriate now, why would it suddenly become inappropriate? I > think the important thing is to understand where your application is > likely to lead, and understand the uses of the different technologies and > their applicability to your current and future requirements.
Hehe, this is probably how programmers have reasoned one too many times. ;-) Imagine the SmallTalk guys: "well, this works great now, why would it ever change??" Things change. Plan for *that*, not that things *won't* change, which (historically) is less likely. The way to do that is to try and minimize the impact a particular decision has on your architecture and code, and to minimize the amount of code you need to do to solve a particular problem, since it will then be easier to change. /Rickard -- Rickard �berg _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
