doc: conventions.txt, todo.txt
This commit is contained in:
parent
0287e82006
commit
0b35ec124e
13
conventions.txt
Normal file
13
conventions.txt
Normal 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user