Skip to content

Dev 3: stabilization

Past due by about 11 years 42% complete

Goal: we want to have a rather stable C3 Web application with most basic functionality working and well tested.

In order to accomplish that here are basic rules for this iteration:

  1. Bugs, especially major issues, should have higher priority than adding a new functionality.
  2. We should put substantial efforts into:
  • reviewing each others code that adds new …

Goal: we want to have a rather stable C3 Web application with most basic functionality working and well tested.

In order to accomplish that here are basic rules for this iteration:

  1. Bugs, especially major issues, should have higher priority than adding a new functionality.
  2. We should put substantial efforts into:
  • reviewing each others code that adds new features
  • Testing: not only testing that new feature itself works, but also doing integration and regression testing that ensures other functionality is not broken by these changes.
Loading