<@U2F3C51T8> I tend to write my own toString() bui...
# announcements
c
@bod I tend to write my own toString() builder to have uniform strings in my app, something like
ToString("foo", foo, "bar", bar).build()
and you format as you wish, e.g.
{foo:42, bar: "blah"}
. I stole this from Guava