Here's the "load screen" for my environment, showing a visual overview of the code I've written.
Top-level
Here's the "load screen" for my environment, showing a visual overview of the code I've written. 3 comments
A little app for drawing graphs https://git.sr.ht/~akkartik/snap.love I've wanted something like this for a long time. Intended for small graphs where laying things out by hand is not too painful, and it's nice that things don't move around every time I make a change, as happens with graphviz (https://graphviz.org). The file format is also amenable to git; no long lines, and adding new nodes or edges doesn't reorder unrelated nodes and edges. |
Dealing with failing tests when all you have is a map for code
Mechanisms:
* Highlight tests in green.
* Run all tests on any change.
* Highlight failing test cases in red.
* Turn edges of vision red when there's any failures, just in case failing tests are out of view.
* Hotkey to zoom out over all of current view.
* Same hotkey to restore viewport settings.
* Click anywhere to zoom in.
https://git.sr.ht/~akkartik/driver.love
(What is a "freewheeling" app? http://akkartik.name/post/roundup22)
Dealing with failing tests when all you have is a map for code
Mechanisms:
* Highlight tests in green.
* Run all tests on any change.
* Highlight failing test cases in red.
* Turn edges of vision red when there's any failures, just in case failing tests are out of view.
* Hotkey to zoom out over all of current view.
* Same hotkey to restore viewport settings.
* Click anywhere to zoom in.