doc: conventions.txt, todo.txt

This commit is contained in:
Perttu Ahola 2014-09-17 09:37:11 +03:00
parent 0287e82006
commit 0b35ec124e
2 changed files with 16 additions and 0 deletions

13
conventions.txt Normal file
View File

@ -0,0 +1,13 @@
Buildat conventions
===================
Coding style
------------
Look at the code. It is perfect and will be kept perfect. Requests to fix coding
style are not to be taken personally by the one requesting, nor the one being
requested to fix his style.
Non-exception throwing and exception-throwing methods
-----------------------------------------------------
- get_x: Returns NULL or equivalent if not found
- check_x: Throws exception if not found

3
todo.txt Normal file
View File

@ -0,0 +1,3 @@
Buildat TODO
============
- A place for network to store its sockets while it is being reloaded