washingcode-book
washingcode-book copied to clipboard
📖 Book on clean code for frontend developers
Hi! Thank you for writing this book! 🙏 I consider myself an intermediate programmer but there's always so much to learn! Am glad to stumble across your writings! (Someone I...
This change also makes the isVisible predicates equivalent to the predicates in the previous example in this chapter.
- [x] Prettier - [ ] ESLint for examples in Markdown - [ ] Stylelint (?) for examples in Markdown - [x] Textlint
No idea how to do it properly. We [use markdown-doctest](https://github.com/survivejs/maintenance-book/blob/fca9e5c1a77d2d02195208b3009062e8e198224f/manuscript/documentation/01-readme.md#testing-examples) on the Maintenance book, but it just tries to run the code without actually testing the result. It's already something...