Confirmed users, Bureaucrats and Sysops emeriti
1,531
edits
ChrisHofmann (talk | contribs) No edit summary |
ChrisHofmann (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
** Consitent Error Handling to Enable Debugging. | ** Consitent Error Handling to Enable Debugging. | ||
** Testing -- APIs will be created in testdriven development process. write the test first, then develop support for the api to pass the test. | ** Testing -- APIs will be created in testdriven development process. write the test first, then develop support for the api to pass the test. | ||
** | ** Extensibility. The goals list above all strive to keep the base set of supported APIs as minimal as possible, and then allow extensibility for creating additional experimental features. |