|
|
|
|
|
by chapliboy
2331 days ago
|
|
Optimising for quick feedback loops. Basically it involved writing additional code to set up the app state to the state I need. It went from changing a line of code, running the app, clicking/filling fields as needed, and then seeing the change reflected, to the app immediately being in the state that I wanted. Now that I'm working in web-apps, hot-reloading is quite beautiful. |
|