Mercury1089 / 2016-robot-code

Team Mercury 2016 FIRST Robotics season code for FIRST Stronghold
0 stars 0 forks source link

Perform a proper software hazard analysis #21

Open gartaud opened 8 years ago

gartaud commented 8 years ago

Looking back, I feel that the bugs that we experienced during Seneca could have been prevented if we had followed a more formal software development process. An important aspect of any formal software development process is to perform a hazard analysis. Basically we need to think about all the conditions, events, or circumstances that could lead to or contribute to an unplanned or undesirable event (the hazards and their causes). Then we need to assess the risk by combining the severity of consequence with the likelihood of occurrence in a matrix (the risks). If a risk is unacceptable we need to mitigate it (the mitigations). Then we need to check that the residual risk is acceptable...

DrewTheRat commented 8 years ago

I moved this to the MAR Milestone, as I am not sure if we ever really did this.