|
1 | 1 | # Eloquent JavaScript
|
2 | 2 |
|
3 |
| -All the code here uses Deno, instead of Node.js. |
| 3 | +[Read the book for free!](https://eloquentjavascript.net) π |
4 | 4 |
|
5 |
| -My internet just gone and I just found I had Eloquent JavaScript downloaded sooo |
| 5 | +I solved the exercises using TypeScript and Test Driven Development. |
6 | 6 |
|
7 |
| -I will update the test to use std/testing.ts as soon my internet is back. |
| 7 | +> [A cool TDD Tutorial](https://github.com/dwyl/learn-tdd) |
8 | 8 |
|
9 |
| -## Test Driven Development |
| 9 | +## Documentation |
10 | 10 |
|
11 |
| -I love test driven development. |
| 11 | +Is hosted on |
| 12 | +[Deno Doc](https://doc.deno.land/https://deno.land/x/eloquent/mod.ts) π |
12 | 13 |
|
13 |
| -> Not really |
| 14 | +## Support |
14 | 15 |
|
15 |
| -The book doesn't talk about testing (Or I don't get to that part yet) but I |
16 |
| -implemented tests for every challenge and followed the TDD method. |
| 16 | +Open an Issue, I will check it a soon as possible π |
17 | 17 |
|
18 |
| -> Write tests first, and write code that passes them. |
| 18 | +If you want to hurry me up a bit |
| 19 | +[send me a tweet](https://twitter.com/UltiRequiem) π |
19 | 20 |
|
20 |
| -## License |
| 21 | +Consider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like |
| 22 | +my work π |
21 | 23 |
|
22 |
| -Licensed under the MIT License. |
| 24 | +Don't forget to start the repo β |
| 25 | + |
| 26 | +## Versioning |
| 27 | + |
| 28 | +We use [Semantic Versioning](http://semver.org). For the versions available, see |
| 29 | +the [tags](https://github.com/UltiRequiem/eloquent/tags) π·οΈ |
| 30 | + |
| 31 | +## Authors |
| 32 | + |
| 33 | +[Eliaz Bobadilla](https://ultirequiem.com) - Creator and Maintainer πͺ |
| 34 | + |
| 35 | +See also the full list of |
| 36 | +[contributors](https://github.com/UltiRequiem/eloquent/contributors) who |
| 37 | +participated in this project β¨ |
| 38 | + |
| 39 | +## Licence |
| 40 | + |
| 41 | +Licensed under the MIT License π |
0 commit comments