OSE Collaborative Design Discipline: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
There are high level, advanced rules for working together on projects at a scale of 2+ people.
#All work is done for more than one person.
#Work Log all your build time as production data.
#Work Log all your build time as production data.
#Work log all your development.
#Work log all your development.

Revision as of 23:20, 11 July 2023

There are high level, advanced rules for working together on projects at a scale of 2+ people.

  1. All work is done for more than one person.
  2. Work Log all your build time as production data.
  3. Work log all your development.
  4. Upload work in progress on an ongoing basis. Do not conflict versions, nor lock down any work product.
    1. To not conflict - if recent work is happening, move on to something else.
    2. To not lock down work - upload on an ongoing basis. If more than one hour passes, something is deemed 'not being worked on'
    3. Deconfliction can happen readily. New dev session means that you upload exceptionally fast, 5 minutes from starting to mark your territory.
    4. Check developer work logs. Work logs are logged prior to starting, not after. Ie, mark your territory.
  5. If it isn't documented, it doesn't exist. If it is documented, it exists from the time it was documented.
  6. If it wasn't documented, it didn't exist.