Today I gave each app a default map for its code, ...
# devlog-together
k
Today I gave each app a default map for its code, so that people get a better initial experience when connecting the driver to it, rather than the blank canvas they've been faced with so far. Initialization is one of the categories of semantics that's hard to write tests for. What should happen when a config file is present. The driver maintains separate configs for each app it knows about, so it needs to handle the very first app vs first view of a new app. What if the app has no default map. Etc., etc. Anyways, I ended up touching https://git.sr.ht/~akkartik/driver.love/tree/main/item/Manual_tests.md after a while.