Content deleted Content added
m →Coding standard: Task 5: Fix CS1 deprecated coauthor parameter errors (bot trial) |
→Steering phase: Added Fail test: The code must fail the test. |
||
Line 111:
* Design the task: If needed, the programmers will design the functionality of the task.
* Write [[unit test]]: Before the programmers start coding the functionality they first write automated tests. This is further discussed in the practice Unit Testing.
*
* Write code: The programmers write the minimal amount of code to pass the test.
* Run test: The unit tests are run to test the code.
* [[Code refactoring|Refactor]]: Remove any [[code smells]] from the code.
|