One way to turn a chore into an experiment is to make the experiment about how much time it takes. Like, can I finish this in 10 minutes?
There 2 dimensions, the work and the time the work takes, both can be experimented with.
So in this experiment, I will integrate a fix I made in #153.
Integration
- Make fix locally
- Test it on a local repo using
yarn link
- Commit change, and bump npm version
- Bump version in gitpod code sandbox and verify
- Record video
Target time: 10 minutes.
Update: It took an hour :( had to figure out why dependecies weren’t updating.
Snapshot
https://gitpod.io#snapshot/d159eb3d-f1eb-4acf-aeaa-a2e5cd44bd96
Demo
Notes
- Bug: Changes to
<CodeMirror/>
’slanguage
andlineNumbers
option doesn’t take effect immediately.