Hacker News new | ask | show | jobs
by lightgreen 2145 days ago
Any protocol with schema is better than well documented anything.

I’d pick protobuf. Or json with schema if json is preferred.

Schema works on machines, good documentation is work for humans.

1 comments

But you can aut-generate the docs from code/schema!