6 |
7u83 |
1 |
Developer Guides
|
|
|
2 |
================
|
|
|
3 |
|
|
|
4 |
Guides for developers who've started work on TenDRA.
|
|
|
5 |
|
|
|
6 |
These are orientation guides, to help prevent someone from feeling lost,
|
|
|
7 |
or unsure about how their efforts integrate into the repository.
|
|
|
8 |
|
|
|
9 |
These are not reference materials; the provide context for the
|
|
|
10 |
reference documentation.
|
|
|
11 |
|
|
|
12 |
|
|
|
13 |
Adding new APIs
|
|
|
14 |
---------------
|
|
|
15 |
|
|
|
16 |
Adding new APIs is rather daunting for a couple of reasons:
|
|
|
17 |
|
|
|
18 |
* They can be huge
|
|
|
19 |
* Figuring out which bits inherit from existing APIs is confusing
|
|
|
20 |
* It's unlikely that tspec is familiar
|
|
|
21 |
|
|
|
22 |
This guide should introduce the process involved; how to go about the
|
|
|
23 |
whole thing, what things should inherit from where and why, and how to
|
|
|
24 |
perform testing.
|
|
|
25 |
|