No, that sounds like the *NIX programming philosophy.
You may have already noticed that most *NIX tools store
and manage data in _text_ form. That makes it easy to
understand, easy to parse/process, and generally better
in almost every respect.
Other platforms (GNOME, MS-Windows) prefer a binary format
that requires special tools to view/access. Ugh.
Cheers
--