Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Description

NFR7All data sent by the racecar must be accurate to the last decimal stored in the database or received from the racecar. This way, the analysing racecrew can work with actual accurate data instead of rounded numbers.
NFR8There should must be no bad smells code smells such as feature envy, shotgun surgery and tradition breaker present in the code. This is to ensure the expandability of our application in the future.

Documentation

Code

Description

NFR9All documentation has to be written made in English to allow other groups that will continue our work after us to understand why we made certain choises, no matter their origin.
NFR10#148484 is

The main color used for documetation should be #148484(Image Added). The secondary, complementary color to use in addition to the main color

and the secondary color is #81c8bd

should be #81c8bd(Image Added).

NFR11Data is stored in plain text.

Supportability

CodeDescription
NFR12All systems made systems by smalltalk should be expandablesound and solid, so future work or expansion of current features is easy to implement. groups can work with our code without having to rewire all of our code.
NFR13Our code should be tested thoroughly, with at least 80% of the lines being tested by unit-tests. This way we know our code is working and does not contain any annoying bugs or errorsNFR13All unit test must be a success with an 80% line coverage.