comparison doc/v2_planning/coding_style.txt @ 1178:10bc5ebb5823

coding_style: Added note about the need to provide guidelines for serialization-friendly code
author Olivier Delalleau <delallea@iro>
date Fri, 17 Sep 2010 16:21:55 -0400
parents 53340a8df1fa
children 67f4edabb0cc
comparison
equal deleted inserted replaced
1171:fab72f424ee0 1178:10bc5ebb5823
482 -------------------------- 482 --------------------------
483 483
484 OD: It would be nice to have some standardized way of parsing a script's 484 OD: It would be nice to have some standardized way of parsing a script's
485 arguments and displaying the script usage doc to the user. 485 arguments and displaying the script usage doc to the user.
486 486
487 Recommendations for serialization
488 ---------------------------------
489
490 We need to add coding style guidelines to make sure code is properly
491 serializable.
492