...
Code | Description |
---|---|
NFR7 | All 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. |
NFR8 | There 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 |
---|---|
NFR9 | All 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(). The secondary, complementary color to use in addition to the main color should be #81c8bd(). |
NFR11 | Data is stored in plain text. |
Supportability
Code | Description | ||
---|---|---|---|
NFR12 | All 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. | ||
NFR13 | Our 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 errors | NFR13 | All unit test must be a success with an 80% line coverage. |