4
Hi,
i'm interested in module design (designing, planning or as you say). How do you start modules? I'm on the progress in new module creation, so i can say share my experience
So at first i tried to write all different parts in CMS. When i had parts, i detailed them. I write all methods (with input/output) and classes and thought about file structure. After that, i programmed all these parts. Now, when i have my cms with working parts i re-look all parts, added more functionality and started to thought about site layout and blocks. After that i found some mistakes in my cms part and added even more to it.
What did you do? Do you design ALL parts at once? Do you think about all or a half module? Do you just think, but do not mark and start to develop it? What? :) I would like to hear some thoughts about that.