OSE Collaborative Design Discipline: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
##Deconfliction can happen readily. New dev session means that you upload exceptionally fast, 5 minutes from starting to mark your territory.
##Deconfliction can happen readily. New dev session means that you upload exceptionally fast, 5 minutes from starting to mark your territory.
##Check developer work logs. Work logs are logged prior to starting, not after. Ie, mark your territory.
##Check developer work logs. Work logs are logged prior to starting, not after. Ie, mark your territory.
#If it isn't documented, it doesn't exist. If it is documented, it exists from the time it was documented.
#If it wasn't documented, it didn't exist.

Revision as of 23:18, 11 July 2023

  1. Work Log all your build time as production data.
  2. Work log all your development.
  3. 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.
  4. If it isn't documented, it doesn't exist. If it is documented, it exists from the time it was documented.
  5. If it wasn't documented, it didn't exist.