Hacker News new | ask | show | jobs
by gruffle 1292 days ago
How are the interfaces between these microservices defined? Without types? Lol
1 comments

The interfaces do have types (and also proper versioning) but the internal code to the microservices does not.
Think about that for another second and see if you can spot the obvious huge flaw there.
I think you will be disappointed with the basic types: int, str, bool being used in one line per 1000 lines of code.