Code Refactoring
7-8-2008
I'm in the middle of the skeletal animation system of my library and I've found a structural problem in the modelling. The Model structure, while representing well a simple, static model, didn't scale well to a animated, complex model as I thought it would in the first prototype.
Having to adjust the structure, reviewing the code and deciding what should remain intact and what should change will give me some work. This final stage of my base library is a bit more difficult than I expected.
In the end, the code will be mode robust and with a better quality, while easy and confortable to work with. Making these changes now will free me of a lot of headaches in the future.



