pastelmind

joined 1 year ago
 

TL;DR:

  • Many websites are (unintentionally) shipping ES6+ code in production. This indicates that transpiling to ES5 is outdated practice.
  • We need a better baseline for transpilation, which should be a moving target.
  • We should transpile code in node_modules, at least for production.
[–] pastelmind@programming.dev 4 points 11 months ago

Fork is much better than GitHub Desktop, you can use it without paying indefinitely

 

The next minor release of ESLint will deprecate core formatting rules. [The dev team] recommends you use a source code formatter [Prettier, dprint] instead.

[–] pastelmind@programming.dev 2 points 1 year ago

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.

[–] pastelmind@programming.dev 3 points 1 year ago

console.count()

 

The Rome project appears to be dead. Several of its maintainers have stepped up to create a fork named Biome.

See also: tweet by Jonny Burger