Mercurial > pylearn
comparison doc/v2_planning/API_coding_style.txt @ 1375:7b61bfda1dab
Commit guidelines have been added in API_coding_style
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Thu, 18 Nov 2010 11:45:10 -0500 |
parents | 90116fb3636b |
children | 3d4615ee96a4 |
comparison
equal
deleted
inserted
replaced
1374:8b61566b0d36 | 1375:7b61bfda1dab |
---|---|
695 | 695 |
696 TODO | 696 TODO |
697 ==== | 697 ==== |
698 | 698 |
699 Things still missing from this document, being discussed in coding_style.txt: | 699 Things still missing from this document, being discussed in coding_style.txt: |
700 - Proper style for C code and Mercurial commits | 700 - Proper style for C code |
701 - Enforcing 100% test coverage of the code base | 701 - Enforcing 100% test coverage of the code base |
702 - Providing ways to add type checking for function arguments | 702 - Providing ways to add type checking for function arguments |
703 - Conventions for script usage documentation and argument parsing | 703 - Conventions for script usage documentation and argument parsing |
704 - Conventions for class / method / function documentation | 704 - Conventions for class / method / function documentation |
705 - Guidelines for serialization-friendly code (hint: nested and lambda | 705 - Guidelines for serialization-friendly code (hint: nested and lambda |