The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Building Frameworks Tip 4

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jonathan Crossland

Posts: 630
Nickname: jonathanc
Registered: Feb, 2004

Jonathan Crossland is a software architect for Lucid Ocean Ltd
Building Frameworks Tip 4 Posted: Feb 17, 2004 7:59 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jonathan Crossland.
Original Post: Building Frameworks Tip 4
Feed Title: Jonathan Crossland Weblog
Feed URL: http://www.jonathancrossland.com/syndication.axd
Feed Description: Design, Frameworks, Patterns and Idioms
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jonathan Crossland
Latest Posts From Jonathan Crossland Weblog

Advertisement



TIP: A Framework should have great documentation

What makes great documentation?

Every Framework will have a level of complexity. Complexities are better diluted with proper, to the point, teaching aids.

The following is required.
  • Diagrams, demonstrating architecture, deployment, processes, flow, context, behaviour and anything else that is required. There must be visual cues.
  • Proper documentation of interfaces. .NET supplies us with <summary>. Excellent tool, make sure it is well documented with samples embedded within it with some similar means.
  • There should be a central area for obtaining documentation and samples, perhaps on the company intranet or public site. FAQ, Walkthroughs with code are essential
  • Accuracy is important
  • Too much writing can be in the way, stay to the point.
  • The design specification, models or any documents used to design and implement are not good for the end-user. The documentation should be written for the user; where as the audience for the specifications are aimed towards the developer and others. This only brings in confusion.
Do not think that you can get away from documenting your Framework. Without proper documentation, the user will not want to use the framework at all.



Read: Building Frameworks Tip 4

Topic: .NET Nightly 111 Previous Topic   Next Topic Topic: Do not hype - do remember

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use