Skip to content

Commit 53d63e1

Browse files
committed
[course] update readme
1 parent 4c2119c commit 53d63e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# ✨ Type-Level TypeScript Workshop ✨
22

3-
🚧 the textual version of the workshop is still a Work In Progress 🚧
4-
53
by [@flegall](https://twitter.com/flornt) and [@gvergnaud](https://twitter.com/GabrielVergnaud)
64

75
### [👉 Slides](https://bit.ly/3jUf7ub)
@@ -10,6 +8,8 @@ by [@flegall](https://twitter.com/flornt) and [@gvergnaud](https://twitter.com/G
108

119
**Welcome to the Type Level TypeScript Workshop!**
1210

11+
🚧 the textual version of the workshop is still a Work In Progress 🚧
12+
1313
In this course and workshop we hope to take your TypeScript skills from intermediate to **advanced**, and even make a real **TypeScript Wizard** of you! We will start by demonstrating that the type system of TypeScript is much more than simple type annotations: it's actually a full fledged **programming language** in itself! Once you know how to program with types, everything becomes possible. You will no longer feel like your ability to write the abstractions you need is restrained by the type system.
1414

1515
Types are great for many reasons. They **document** the APIs you create, They make developers more **proficient** by providing them smart suggestions as they type and by catching mistakes and typos. The more the type system knows about your code, the better it is at helping you!

0 commit comments

Comments
 (0)