Skip to content

Commit 62f7177

Browse files
committed
Readme tweak
1 parent d81f5dc commit 62f7177

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ Exercises are in the [`./exercises`](./exercises) folder. They're designed to be
5959
Each exercise follows a similar pattern:
6060

6161
- Look at the file with the `*.code.ts` extension. This gives you the code we're going to be working through and trying to understand.
62-
- Read through the `*.exercise.ts` file. Read through the file, comment-by-comment, and follow the instructions by editing the file inline.
62+
- Read through the `*.exercise.ts` file. Read through the file, comment-by-comment, and follow the instructions by **editing the file inline**.
6363
- Wherever you see reference to `Solution #1`, check the `*.solutions.ts` file when you want to see the solution. **Make sure you check the solution before proceeding!** There's often crucial information there.
6464

65+
Be careful to read through each part of the exercise carefully - if you skip over parts of them, it might get difficult to find your way back.
66+
67+
Also, consider having the `*.exercise.ts` in one IDE panel and the `*.code.ts` in another. This will mean you don't have to scroll up and down too much.
68+
6569
### Emoji
6670

6771
Exercises use emoji to express various different things:

0 commit comments

Comments
 (0)