Hi!
I'm new to XP, but what I understand
you should NOT design or code anything more then the absolute necessary things. I.e. no generall code or design. Is that really right or have I missunderstod something?
I mean, if you right now need something that handle only static data, but you know that later on you want it to be able to change/edit that data, should we then design/prepare for that?
If we don't then we probably have to redo all of it since a simple static solution often have little in common with a changeable one.
/Andreas