Mercurial > pylearn
changeset 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 | 705795076efd |
children | d79070c60546 |
files | doc/v2_planning/coding_style.txt |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. +