Y
Hacker News
new
|
ask
|
show
|
jobs
by
gruffle
1292 days ago
How are the interfaces between these microservices defined? Without types? Lol
1 comments
ReflectedImage
1291 days ago
The interfaces do have types (and also proper versioning) but the internal code to the microservices does not.
link
gruffle
1291 days ago
Think about that for another second and see if you can spot the obvious huge flaw there.
link
ReflectedImage
1290 days ago
I think you will be disappointed with the basic types: int, str, bool being used in one line per 1000 lines of code.
link