TODO++, CODING++

This commit is contained in:
Kai Huuhko 2013-03-29 15:46:32 +00:00
parent 9a6bf227c0
commit 0a21bac7bd
2 changed files with 20 additions and 2 deletions

21
CODING
View File

@ -1,3 +1,20 @@
Style:
When comparing C pointers, use == and != . This makes a visual distinction.
Style
=====
* For indentation, use *four space characters* per level of indentation.
* When comparing C pointers, use == and != . This makes a visual distinction.
Tips
====
* cython -a will generate a report that shows your cython code, and each line
can be expanded by clicking to show the generated C code.
* cython does automatic dict <-> struct conversion with basic struct members
Ideas
=====
* Use a decorator for _METHOD_DEPRECATED

1
TODO
View File

@ -23,6 +23,7 @@ TODO:
* elm.Notify align_set/get/prop
* cleanup elementary_object
* Review the internal functions and name them consistently
* Bindings for Efreet (kuuko)
STUFF LEFT OUT: