We’re here! To now, we’ve come through part 1, part 2, part 3, and part 4, and now we’re ready to wrap it up. So, without further ado, the conclusion to the Field encapsulation pattern!
Where are we?
At this point, we have field objects, we have validation functions, have required, we have read-only. What’s left? Flashing back to the requirements, we need a serializable representation and a default value. Let’s throw those in!
Serialization fun
I use json. A lot. It’s cross-platform, easy (enough) to read, has far less bloat than XML, and...
READ MORE