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/1/en/part1d.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1125,15 +1125,15 @@ You may find the following links useful:
1125
1125
- The [official React documentation](https://react.dev/learn) is worth checking out at some point, although most of it will become relevant only later on in the course. Also, everything related to class-based components is irrelevant to us;
1126
1126
- Some courses on [Egghead.io](https://egghead.io) like [Start learning React](https://egghead.io/courses/start-learning-react) are of high quality, and the recently updated [Beginner's Guide to React](https://egghead.io/courses/the-beginner-s-guide-to-reactjs) is also relatively good; both courses introduce concepts that will also be introduced later on in this course. **NB** The first one uses class components but the latter uses the new functional ones.
1127
1127
1128
-
### Web programmers oath
1128
+
### Web Programmer's Oath
1129
1129
1130
-
Programming is hard, that is whyI will use all the possible means to make it easier
1130
+
Programming is hard. That is why, as a developer, I will use all possible means to make it easier.
1131
1131
1132
-
- I will have my browser developer console open all the time
1133
-
- I progress with small steps
1134
-
- I will write lots of _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems
1135
-
- If my code does not work, I will not write more code. Instead I will start deleting the code until it works or just return to a state when everything was still working
1136
-
- When I ask for help in the course Discord channel or elsewhere I formulate my questions properly, see [here](http://fullstackopen.com/en/part0/general_info#how-to-get-help-in-discord) how to ask for help
1132
+
- I will have my browser's developer console open at all times.
1133
+
- I will progress in small steps, making sure that my code is working at each step.
1134
+
- I will write many _console.log_ statements to make sure I understand how the code behaves and to help pinpointing problems.
1135
+
- If my code does not work, I will not write more code. Instead, I will either start deleting the code until it works or return to a state where my program was working.
1136
+
- When I ask for help in the course Discord channel or elsewhere, I will formulate my questions properly. See [this section](http://fullstackopen.com/en/part0/general_info#how-to-get-help-in-discord)to learn how to ask for help.
0 commit comments