Carlos Torres wrote: > I agree with this approach, its how st has evolved and it makes sense.
I disagree. Well designed code is also depending on well designed data structures. Data structures, especially core functionality ones, are not easily changed or even replaced by other ones in a later state of delelopment. They should be well thought through and implemented in a clean way before before rushing into feature creep. --Markus