python-efl/CODING

21 lines
449 B
Plaintext
Raw Normal View History

2013-03-29 08:46:32 -07:00
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