Possible Duplicates:
Templates of Technical and Functional Specs
How can I learn about writing project specs?
I have some ideas for an internal framework which will be used only by me as a framework on which I will build future programming projects. While I have a basic idea of how this framework will function, I haven't written down exactly what features it would support, what classes it would have, what will be the main code directories containing the files, etc.
What's the best way to write the specs for this? What should I start with and how should I progress? Should I first write down all features and then begin listing the class names and methods I would need? Or is there a better technique out there?
