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: Sprint-1/readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This README will guide you through the different sections for this week.
12
12
13
13
## 1 Exercises
14
14
15
-
In this section, you'll have a short program and task. Some of the syntax may be unfamiliar - in this case, you'll need to look things up in documentation.
15
+
In this section, you'll have a short program and task. Some of the syntax may be unfamiliar - in this case, you'll need to look things up in documentation.
Copy file name to clipboardExpand all lines: Sprint-3/1-implement-and-rewrite-tests/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,13 @@ to choose test values that thoroughly test a function.
5
5
6
6
## 1 Implement solutions
7
7
8
-
In the `implement` directory you've got a number of functions you'll need to implement.
9
-
For each function, you also have a number of different cases you'll need to check for your function.
8
+
Here is a recommended order:
10
9
11
-
Write your assertions and build up your program case by case. Don't rush to a solution. The point of these assignments is to learn how to write assertions and build up a program step by step.
10
+
1.`1-get-angle-type.js`In the `implement` directory you've got a number of functions you'll need to implement.
11
+
For each function, you also have a number of different cases you'll need to check for your function.
12
12
13
-
Here is a recommended order:
13
+
Write your assertions and build up your program case by case. Don't rush to a solution. The point of these assignments is to learn how to write assertions and build up a program step by step.
0 commit comments