You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/3/en/part3c.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -906,7 +906,7 @@ Full stack development is <i> extremely hard</i>, that is why I will use all the
906
906
- I will have my browser developer console open all the time
907
907
- I will use the network tab of the browser dev tools to ensure that frontend and backend are communicating as I expect
908
908
- I will constantly keep on eye the state of the server to make sure that the data sent there by the fronend is saved there as I expect
909
-
- <i>I will keep on eye on the database: does the backend save data there in the right format</i>
909
+
- <i>I will keep an eye on the database: does the backend save data there in the right format</i>
910
910
- I progress with small steps
911
911
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpoint problems
912
912
- 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 still was still working
0 commit comments