Sections
An SDK standard consists of:- a synopsis,
- overview and basic concepts,
- technical specification,
- history log, and
- copyright notice.
Table Of Contents
Provide a table of contents at the top of the file to help readers.Synopsis
The document should include a brief (~200 word) synopsis providing a high-level description of and rationale for the specification.Overview and basic concepts
This section should include a motivation subsection and a definition subsection if required:- Motivation - A rationale for the existence of the proposed feature, or the proposed changes to an existing feature.
- Definitions - A list of new terms or concepts used in the document or required to understand it.
System model and properties
This section should include an assumption subsection if any, the mandatory properties subsection, and a dependency subsection. Note that the first two subsections are tightly coupled: how to enforce a property will depend directly on the assumptions made. This subsection is important to capture the interactions of the specified feature with the “rest-of-the-world,” i.e., with other features of the ecosystem.- Assumptions - A list of any assumptions made by the feature designer. It should capture which features are used by the feature under specification, and what do we expect from them.
- Properties - A list of the desired properties or characteristics of the feature specified, and expected effects or failures when the properties are violated. In case it is relevant, it can also include a list of properties that the feature does not guarantee.
- Dependencies - A list of the features that use the feature under specification and how.
Technical specification
This is the main section of the document, and should contain protocol documentation, design rationale, required references, and technical details where appropriate. The section may have any or all of the following subsections, as appropriate to the particular specification. The API subsection is especially encouraged when appropriate.- API - A detailed description of the feature’s API.
- Technical Details - All technical details including syntax, diagrams, semantics, protocols, data structures, algorithms, and pseudocode as appropriate. The technical specification should be detailed enough such that separate correct implementations of the specification without knowledge of each other are compatible.
- Backwards Compatibility - A discussion of compatibility (or lack thereof) with previous feature or protocol versions.
- Known Issues - A list of known issues. This subsection is specially important for specifications of already in-use features.
- Example Implementation - A concrete example implementation or description of an expected implementation to serve as the primary reference for implementers.