Thursday 28 August 2003 2:31:36 am
In my opinion, the dependance on system generated (essentially) random id numbers is bad. This goes for sections, folders, nodes etc. For example, if your coding to show different things in your main template based upon section, then you must compare with section id. This is fine untill you have to swap over to a new version or someone changes something. You should be able to access a sections name (that can be kept constant) and hence won't need to make changes to template code all the time.
Regards, Willie
|