comparison doc/v2_planning/coding_style.txt @ 1255:58a6919d3649

coding_style: Added tasks discussed in today's meeting
author Olivier Delalleau <delallea@iro>
date Fri, 24 Sep 2010 12:18:17 -0400
parents ae4b4f7654ec
children 879a5633bb52 cba5a348a732
comparison
equal deleted inserted replaced
1254:705795076efd 1255:58a6919d3649
498 --------------------------------- 498 ---------------------------------
499 499
500 We need to add coding style guidelines to make sure code is properly 500 We need to add coding style guidelines to make sure code is properly
501 serializable. 501 serializable.
502 502
503 Meeting 2010/09/24
504 ------------------
505
506 FB: Look into commit guidelines.
507 DE: Write guidelines on how to document a class / method (maybe also some
508 typical class like an Op)
509 DWF: Write guidelines on how to write serializable code
510 OD: Finish code sample that showcases all (or many) guidelines, look into
511 feasibility of passing arguments to super classes with **kw.
512