A PROJECT MUST DO SOMETHING
If this is not done, ...
- Team members don't have good explanation for their work and will need to wait before instructions
- Team members don't have instructions and can do the work in a not expected way
- Details of tasks will not be though in advance, so there is no discussion about how things should be done, then there is high risk to use a wrong design
- By having little instructions, the productivity decrease
Good Example:
context.submit()
Bad Example:
context.getPortalObject().portal_workflow.doActionFor(object, 'submit_action')