Worth the Time? Automation Premature Flowchart
reading code
- looking up definitions
- looking up documenation
- visualize call graph
writing code
-
testing ideas
- repl
-
looking up documentation
- tooltip when mouseover
-
writing shortcuts
- vim
- code snippets
- documenting code
- spell checker
-
code formatter
- on save
-
code linter
- on save
- unit tests
- version control
prototyping
-
working in a sandbox
- plugin to open react component in isolated browser?
- how is this more efficient than a live browser?
- testing out third party depenedencies
project design
- looking up documentation
- separate project into logical units