Modern microservices... they're fast and scalable and resilient (if you do them right)... but still slow to develop, using the same old IDEs, languages and processes!
We are preoccupied with accelerating microservices development further !
$mock say.hi (name ?= "Harry") => (greetings = "Hello, " + name)
$send say.hi (name = "Jane")
$expect (greetinxgs contains "Jane")