Skip to content
Merged
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/3/en/part3c.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
- I will have my browser developer console open all the time
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
- I will constantly keep an eye on the state of the server to make sure that the data sent there by the frontend is saved there as I expect
- <i>I will keep an eye on the database: does the backend save data there in the right format</i>
- <i>I will keep an eye on the database; whether the data is saved in the expected state</i>
- I progress with small steps
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpoint problems
- 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 was still working
Expand Down