Del Elson
Aug 31, 2021

--

It’s worth reminding developers that the SRP works both ways. Each module has to be responsible for only one user but each user should be managed by only one module. So if you already have a product management module, all of your product management should be done there. Don’t start updating product data in the orders module, have the orders module signal the product module to do it.

--

--

Del Elson
Del Elson

Written by Del Elson

Since moving from Australia to Vietnam in 2014, Del has been running training courses in software architecture and technical architecture for the IT industry.

No responses yet