Mercurial > pylearn
comparison doc/v2_planning/coding_style.txt @ 1302:a8f909502886
coding_style: Tasks decided during today's meeting
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Fri, 01 Oct 2010 14:55:41 -0400 |
parents | e78ced0d6540 |
children | ca7e4829f6a0 |
comparison
equal
deleted
inserted
replaced
1299:e78ced0d6540 | 1302:a8f909502886 |
---|---|
544 typical class like an Op) | 544 typical class like an Op) |
545 DWF: Write guidelines on how to write serializable code | 545 DWF: Write guidelines on how to write serializable code |
546 OD: Finish code sample that showcases all (or many) guidelines, look into | 546 OD: Finish code sample that showcases all (or many) guidelines, look into |
547 feasibility of passing arguments to super classes with **kw. | 547 feasibility of passing arguments to super classes with **kw. |
548 | 548 |
549 Meeting 2010/10/01 | |
550 ------------------ | |
551 OD: Do your job! | |
552 DE: Send email to ask the lab whether we should go numpy style or theano style | |
553 for class / method documentation, and move guidelines to API file. | |
554 DWF: Finish guidelines for serializable code | |
555 FB: Write guidelines for commits | |
556 | |
557 |