Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/4/en/part4b.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
- <i>I will write lots of _console.log_ statements to make sure I understand how the code and the tests behave and to help pinpoint problems</i>
- If my code does not work, I will not write more code. Instead, I start deleting the code until it works or just return to a state when everything is still working
- <i>If a test does not pass, I make sure that the tested functionality for sure works in the application</i>
- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [here](/en/part0/general_info#how-to-get-help-in-discord) how to ask for help
- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [how to ask for help](/en/part0/general_info#how-to-get-help-in-discord)

</div>

Expand Down