Adding new APIs with tspec
© The TenDRA Project.
First published .
1. Introduction
1.1.
1.2.
1.3.
1.4.
1.5.
2.
2.1.
Adding new APIs can be rather daunting for several reasons:
2.2.
2.3.
2.4.
3.
3.1.
3.1.1.
3.1.2.
3.2.
3.2.1. Inheriting APIs
This is the usual case: an API that builds on previous standards. For example, POSIX builds on ANSI.
3.2.2. Standalone APIs
4. Implementation Approach
4.1. Sequence of Implementation
4.2. Implementing Inheritance
5. Testing
5.1.
5.2.
5.3.
6.
A. Related Documents