What is the DANSE design document template?
• It is a document that provides a series of questions that a DANSE developer should answer in the design phase of the code. The answers to these questions are intended to be a living document that will grow, over the course of the code developement, into the specification and developer’s manual for the code. The answers to these questions should be the critical documentation that a new user, or especially a new developer, will read to get a robust understanding of the functions performrd by the code and how it works. The complete set of requirements identified in the template will grow into a logically consistent behavior specification. Additionally, the set of components (or functions) identified in the template should span all the code planned for implementation and ultimately be captured in the architecture specification.