I've been getting away with writing code without tests lately, but for something like the initial document loading of an app with a database, I just can't. The code I wrote
turned out to be riddled with holes. Also, I think I've been sloppy about using hard-to-debug one-liner anonymous functions. Lesson re-learned!