
Kyu
@kyu
76 Following
146 Followers
0 reply
0 recast
2 reactions
2 replies
2 recasts
24 reactions
0 reply
1 recast
3 reactions
3 replies
3 recasts
24 reactions
2 replies
0 recast
13 reactions
1 reply
0 recast
8 reactions
5 replies
8 recasts
18 reactions
1 reply
1 recast
5 reactions
1 reply
3 recasts
21 reactions
3 replies
2 recasts
19 reactions
Low bikesheddability is an underrated feature of a programming language.
π€’ High bikesheddability examples:
- JS/TS has both `null` and `undefined`
- Node.js has multiple package managers: npm, yarn, pnpm
- Endless `tsconfig` options (CommonJS, ESM, etc.)
- No built-in test runner (mocha, jest, ava, vitest)
- Weak standard library leads to more dependencies (e.g. lodash, moment.js, axios)
π Low bikesheddability examples:
- Go and Rust come with formatters β no need to install or configure one
- Both have built-in test runners
- Both ship with solid, batteries-included standard libraries
- Both have a single de facto package manager (Go modules, Cargo)
- Rust includes Clippy, a linter β no need to choose or configure one 2 replies
2 recasts
5 reactions
3 replies
1 recast
9 reactions
3 replies
1 recast
5 reactions
1 reply
3 recasts
10 reactions
3 replies
1 recast
7 reactions
1 reply
2 recasts
10 reactions
0 reply
1 recast
3 reactions
1 reply
1 recast
2 reactions
1 reply
2 recasts
2 reactions
2 replies
1 recast
3 reactions