This post originated from an RSS feed registered with .NET Buzz
by Udi Dahan.
Original Post: People, Politics, and the Single Responsibility Principle
Feed Title: Udi Dahan - The Software Simplist
Feed URL: http://feeds.feedburner.com/UdiDahan-TheSoftwareSimplist
Feed Description: I am a software simplist. I make this beast of architecting, analysing, designing, developing, testing, managing, deploying software systems simple.
This blog is about how I do it.
In one of Uncle Bob’s recent blog posts on the Single Responsibility Principle he uses the example of using people and organization boundaries as an indication of possible good software boundaries:
When you write a software module, you want to make sure that when changes are requested, those changes can only originate from a single person, [...]