# HG changeset patch # User Olivier Delalleau # Date 1285345097 14400 # Node ID 58a6919d3649609897c07e4a0427e8670a18100f # Parent 705795076efdf67f1e720394f61df89dfc243be3 coding_style: Added tasks discussed in today's meeting diff -r 705795076efd -r 58a6919d3649 doc/v2_planning/coding_style.txt --- a/doc/v2_planning/coding_style.txt Fri Sep 24 12:17:57 2010 -0400 +++ b/doc/v2_planning/coding_style.txt Fri Sep 24 12:18:17 2010 -0400 @@ -500,3 +500,13 @@ We need to add coding style guidelines to make sure code is properly serializable. +Meeting 2010/09/24 +------------------ + +FB: Look into commit guidelines. +DE: Write guidelines on how to document a class / method (maybe also some +typical class like an Op) +DWF: Write guidelines on how to write serializable code +OD: Finish code sample that showcases all (or many) guidelines, look into +feasibility of passing arguments to super classes with **kw. +