13The State of ES5 on the Web philipwalton.comc/javascript · by pastelmind@programming.dev · 1y · 0 comments
26ESLint announces deprecation of formatting rules eslint.orgc/javascript · by pastelmind@programming.dev · 2y · 1 comments
8Announcing Biome, a fork of Rome biomejs.devc/javascript · by pastelmind@programming.dev · 2y · 2 comments
on GitHub Desktop or Git CLI? · c/programmer_humor · 3 pts · 2yFork is much better than GitHub Desktop, you can use it without paying indefinitely
on Anyone using Storybook + React? How do you like it? Is it as bad as it seems at first? · c/programming · 2 pts · 2yStories are like tests. You need to mock your stores if you want to isolate your stories. Just like how you mock HTTP APIs or database connections when writing tests. This is the cost of writing testable code.
Fork is much better than GitHub Desktop, you can use it without paying indefinitely
Stories are like tests. You need to mock your stores if you want to isolate your stories. Just like how you mock HTTP APIs or database connections when writing tests. This is the cost of writing testable code.
console.count()