I am building an app to help me journal my time. It is similar to a blog (eventually may feed a blog). After creating JournalEntry and JournalEntryCollecition. I wanted to persist the collection. My initial testing thoughts were: Serialization is simplest...
From Tony Hoare's Turing Award lecture "I have regarded it as the highest goal of programming language design to enable good ideas to be elegantly expressed." "There are two ways to design systems: make them simple enough to be obviously right, or make...