An adaptation of Robert C. Martin's book Clean Code for JavaScript (ES6+) full of best practice examples and (probably more importantly) common anti-patterns that they can remove/prevent/avoid. Just a useful resource to check back on from time to time.
- Source
- Link to Original 🔗
- Published
- Categories
- JavaScript
- Tags
- JavaScript, best practice, GitHub, advice, tips
Explore Other Notes
⬅ Newer
Robb Owen Digital
It's not often that I see a website and just want to explore it, but that's what Robb Owen has achieved. I've literally gone back multiple times just to refresh my memory of it. There's something …
Older ➡
Pa11y & Koa11y
A neat little npm package that runs accessibility (a11y) tests on web pages to whatever WCAG or other standard you need. The fact it can be automated at build time should be very useful. There's also …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>An adaptation of Robert C. Martin's book <em>Clean Code</em> for JavaScript (ES6+) full of best practice examples and (probably more importantly) common anti-patterns that they can …</p> </body> </html>
- Murray Champernowne