Changes between Version 17 and Version 18 of WorkOutIdeas
- Timestamp:
- 03/15/10 05:44:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkOutIdeas
v17 v18 8 8 9 9 == Proposed Virtual Schedule == 10 7 days 10 11 '''Pre-Sahanathon:''' 11 12 * Prepare a task list … … 43 44 * shn_crud_strings 44 45 * Function for generating Graphs 45 * Standardized coding conventions (variable/field/function Naming, Indents, " vs ' )46 * Standardized coding conventions (variable/field/function Naming, Indents, " vs ',docstrings) http://docs.python.org/tutorial/controlflow.html#intermezzo-coding-style 46 47 * Moving imported data out of code and into csv/xml files 47 * moving standard variable definitions (truncate = 16) into a configuration file, using #defs 48 * moving standard variable definitions (truncate = 16) into a configuration file, using #defs? 48 49 * Adding header information to all code files 49 50 * Wrapping code lines so that they are readable on a single page