- to have a good unit test coverage

This commit is contained in:
Sébastien Rombauts 2013-03-12 21:46:26 +01:00
parent 47ef0468f3
commit 6b82881841

View File

@ -27,6 +27,7 @@ with a few intuitive and well documented C++ class.
- to be portable
- to be light and fast
- to be monothreaded (not thread-safe)
- to have a good unit test coverage
- to use API names sticking with those of the SQLite library
- to be well documented with Doxygen tags, and with some good examples
- to be well maintained