Hacker News new | ask | show | jobs
by logicallee 4352 days ago
If it's programmatically self-describing, nobody ever has to read it.

EDIT: I mean as opposed to something like json that has what the authors describe as out-of-band schema.

1 comments

You have to read it when you want to look at what is going over the wire. Like with Wireshark or just inspecting network traffic.
This is exactly what I was thinking. Also, when inheriting projects from other developers that didn't produce documentation.