I'd agree in most languages, but data structures tend to be expensive in DM. While text takes time to parse, it is the only structure which can hold a large number of unique text values, can be read as one object when they are not in use, and does not need to be completely segmented when they are.
Also, I like using XML for scripting. Scripts need to be parsed anyway. They might as well be easy to create. |
|