{"id":12,"date":"2011-05-08T12:56:47","date_gmt":"2011-05-08T12:56:47","guid":{"rendered":"http:\/\/www.inospito.net\/?p=12"},"modified":"2015-08-19T21:38:47","modified_gmt":"2015-08-19T21:38:47","slug":"loosely-coupled-management","status":"publish","type":"post","link":"http:\/\/www.inospito.net\/2011\/05\/loosely-coupled-management\/","title":{"rendered":"Loosely coupled management"},"content":{"rendered":"

Software development has this concept of \u201cloosely coupled\u201d components, which are components that reduce to the absolute minimum their dependence on other components. Actually, <\/span>the definition<\/span><\/a> is even stricter, saying that components should reduce to the minimum their knowledge of other components:<\/span><\/p>\n

In computing and systems design a loosely coupled system is one where each of its components has, or makes use of, little or no knowledge of the definitions of other separate components.<\/span><\/p><\/blockquote>\n

The main advantage of these systems is that they are much easier to manage. For example:<\/span><\/p>\n