This is the third article in a three part series on local microservices. The first two articles looked at:
Object Orientation Behaviour Coupling Problem
Breaking the Jigsaw
These articles identified the method coupling of Object Orientation creates a monolithic jigsaw of different shaped objects. Microservices are breaking these into more manageable, smaller jigsaws that appear similar in shape.