phase property

Map<String, String> phase
getter/setter pair

Phases of Chore development

Implementation

Map<String, String> phase = {
  'ClassStructure': ' 60% ready _ _ _ _ _ _ _',
  'Inside Functions': '20 %_ _ _ _ _ _ _',
  'Outside Functions': 'Not used 0 % _ _ _ _ _',
  'Slave Functions': 'Connect master _ _ _ _ _',
  'Mil-Loop-say': 'Headers done 5 %_ _ _ _ _ _ _',
};