Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /trunk/doc/developerguides – Rev 6

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
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