|
|
|
|
|
by chillfox
1293 days ago
|
|
With static typing and analysis in the editor there’s no reason to run the code for every second line you write. I usually only need to run it a few times towards the end of writing a feature to see if the compiler or specs catches any errors. |
|
I'm constantly editing code then directing my attention to my browser to see the results. This is independent of CSS or JS changes that might be picked up by asset watching tools like esbuild or tailwind's CLI tool.