Llei de Conway

Adagi que afirma que els sistemes de disseny de les organitzacions s'emmirallen en les seves mateixes estructures de comunicació pròpies

La Llei de Conway és un adagi que afirma que els sistemes de disseny de les organitzacions s'emmirallen en les seves mateixes estructures de comunicació pròpies. Rep el nom del programador d'ordinadors Melvin Conway, qui va introduir la idea el 1967.[1] Les seves paraules originals foren:

« (anglès) Any organization that designs a system (defined broadly) will produce a design whose structure is a copy of the organization's communication structure.

(català) Qualsevol organització que dissenyi un sistema (definit a grans trets) produirà un disseny l'estructura del qual és una còpia de l'estructura de comunicació de l'organització. »
— Melvin E. Conway[2][3]

La llei es basa en el raonament que dins ordre per un mòdul de programari per funcionar, els autors múltiples han de comunicar freqüentment amb cada altre. Per això, l'estructura d'interfície del programari d'un sistema reflectirà les fronteres socials de les organitzacions que el van produir, a través de quina comunicació és més difícil. Conway la llei va ser pretesa com a observació sociològica vàlida, tot i que de vegades és utilitzat en un context humorístic. Va ser batejat Conway llei per participants al 1968 Simposi Nacional en Programació Modular.[4]

En termes col·loquials, vol dir que el programari o els sistemes automatitzats acaben "tenint la forma" de l'estructura organitzativa en què estan dissenyats o per a què estan dissenyats. Algunes interpretacions de la llei diuen que aquesta reflexió de patrons organitzatius és una característica útil d'aquests sistemes, mentre que altres interpretacions diuen que és simplement el resultat de la naturalesa humana o del biaix organitzatiu.

Variacions modifica

Eric S. Raymond, un defensor del codi obert, va reiterar la llei de Conway a The New Hacker's Dictionary, una obra de referència basada en l'Jargon File, un glossari i diccionari d'ús de l'argot utilitzat pels programadors informàtics. L'organització del programari i l'organització de l'equip de programari seran congruents, va dir. Resumint un exemple al document de Conway, Raymond va escriure:

« (anglès) If you have four groups working on a compiler, you'll get a 4-pass compiler.

(català) Si teniu quatre grups treballant en un compilador, obtindreu un compilador de 4 passades. »
[5][6]

Raymond també presentà l'esmena de Tom Cheatham a la Llei de Conway, que diu:

« (anglès) If a group of N persons implements a COBOL compiler, there will be N−1 passes. Someone in the group has to be the manager.

(català) Si un grup de N persones implementa un compilador COBOL, hi haurà N−1 passades. Algú del grup ha de ser el gerent. »
[5]

Yourdon i Constantine, en el seu llibre de 1979 sobre Disseny estructurat, van donar una variació més profunda de la llei de Conway:

« (anglès) The structure of any system designed by an organization is isomorphic to the structure of the organization.

(català) L'estructura de qualsevol sistema dissenyat per una organització és isomorfa a l'estructura de l'organització. »
[4]

James O. Coplien i Neil B. Harrison van afirmar en un llibre de 2004 relacionat amb els patrons organitzatius del desenvolupament de programari àgil:

« (anglès) If the parts of an organization (e.g., teams, departments, or subdivisions) do not closely reflect the essential parts of the product, or if the relationships between organizations do not reflect the relationships between product parts, then the project will be in trouble ... Therefore: Make sure the organization is compatible with the product architecture.

(català) Si les parts d'una organització (p. ex., equips, departaments o subdivisions) no reflecteixen de prop les parts essencials del producte, o si les relacions entre organitzacions no reflecteixen les relacions entre parts del producte, el projecte tindrà problemes  ... Per tant: Assegureu-vos que l'organització és compatible amb l'arquitectura del producte. »
— Coplien and Harrison, Organizational Patterns of Agile Software Development (2004)[7]

Donant suport a l'evidència modifica

Un exemple de l'impacte de la Llei de Conway es pot trobar en el disseny d'alguns llocs web de les organitzacions. Nigel Bevan va afirmar en un article de 1997, sobre problemes d'usabilitat als llocs web: "Les organitzacions sovint produeixen llocs web amb un contingut i una estructura que reflecteix les preocupacions internes de l'organització més que les necessitats dels usuaris del lloc".[8]

L'evidència en suport de la llei de Conway ha estat publicada per un equip d'investigadors de l'Institut Tecnològic de Massachusetts (MIT) i de la Harvard Business School que, utilitzant "la hipòtesi del reflex" com a terme equivalent per a la llei de Conway, van trobar "evidències sòlides per donar suport a la hipòtesi del reflex", i que "el producte desenvolupat per l'organització poc acoblada és significativament més modular que el producte de l'organització estretament acoblada". Els autors destacaren l'impacte de "les decisions de disseny organitzatiu en l'estructura tècnica dels artefactes que aquestes organitzacions despleguen posteriorment".[9]

Nagappan, Murphy i Basili a la Universitat de Maryland en col·laboració amb Microsoft,[10] i Syeed i Hammouda a la Universitat Tecnològica de Tampere a Finlàndia han dut a terme estudis de casos addicionals i de suport de la llei de Conway.[11]

Referències modifica

  1. Conway, Melvin. «Conway's Law». Mel Conway’s Home Page. Arxivat de l'original el 2019-09-29. [Consulta: 29 setembre 2019].
  2. Conway, Melvin E. «How do Committees Invent?». Datamation, vol. 14, April 1968, pàg. 28–31. «[…] organizations which design systems […] are constrained to produce designs which are copies of the communication structures of these organizations.»
  3. Conway, Melvin «How do committees invent». Datamation, 1968, pàg. 28–31.
  4. 4,0 4,1 Yourdon, Edward; Constantine, Larry L. Structured Design: Fundamentals of a Discipline of Computer Program and Systems Design. 2nd. Englewood Cliffs, N.J.: Prentice Hall, 1979. ISBN 0138544719. OCLC 4503223. «Conway's Law: The structure of a system reflects the structure of the organization that built it. Conway's Law has been stated even more strongly: The structure of any system designed by an organization is isomorphic to the structure of the organization.» 
  5. 5,0 5,1 Raymond, Eric S. The New Hacker's Dictionary. 3rd. Cambridge, Massachusetts: MIT Press, October 1996, p. 124. ISBN 978-0-262-68092-9. «Conway's Law: prov. The rule […] originally stated as "If you have four groups working on a compiler, you'll get a 4-pass compiler". […] Tom Cheatham's amendment of Conway's Law: "If a group of N persons implements a COBOL compiler, there will be N-1 passes. Someone in the group has to be the manager."» 
  6. Eric S. Raymond. «Conway's Law». The Jargon File, version 4.4.8. Arxivat de l'original el 2012-03-26. [Consulta: 26 març 2012].
  7. Coplien and Harrison. Organizational Patterns of Agile Software Development, July 2004. ISBN 978-0-13-146740-8. 
  8. (November 1997) "Usability issues in website design" a Proceedings of the Seventh International Conference on Human-Computer Interaction (HCI International '97). 2: 803–806, San Francisco, California, USA: Elsevier 
  9. MacCormack, Alan; Rusnak, John; Baldwin, Carliss Y. «Exploring the Duality between Product and Organizational Architectures: A Test of the Mirroring Hypothesis». SSRN Working Paper Series, 2011. DOI: 10.2139/ssrn.1104745. ISSN: 1556-5068. «We find strong evidence to support the mirroring hypothesis. In all of the pairs we examine, the product developed by the loosely-coupled organization is significantly more modular than the product from the tightly-coupled organization. […] Our results have significant managerial implications, in highlighting the impact of organizational design decisions on the technical structure of the artifacts that these organizations subsequently develop.»
  10. Nagappan, Nachiappan; Murphy, Brendan; Basili, Victor «The influence of organizational structure on software quality». Proceedings of the 13th International Conference on Software Engineering - ICSE '08. ACM Press [New York, New York, USA], 2008, pàg. 521. DOI: 10.1145/1368088.1368160.
  11. Syeed, M. M. Mahbubul; Hammouda, Imed. «Socio-technical Congruence in OSS Projects: Exploring Conway's Law in FreeBSD». A: Open Source Software: Quality Verification. 404, 2013, p. 109–126 (IFIP Advances in Information and Communication Technology). DOI 10.1007/978-3-642-38928-3_8. ISBN 978-3-642-38927-6. 

Bibliografia modifica

  • Alan MacCormack, John Rusnak & Carliss Baldwin, 2012, "Exploring the Duality between Product and Organizational Architectures: A Test of the 'Mirroring' Hypothesis," Research Policy 41:1309–1324 [earlier Harvard Business School Working Paper 08-039], see [1] Arxivat 2021-01-24 a Wayback Machine., accessed 9 March 2015.
  • Lise Hvatum & Allan Kelly, Eds., "What do I think about Conway's Law now? Conclusions of a EuroPLoP 2005 Focus Group," European Conference on Pattern Languages of Programs, Kloster Irsee, Germany, January 16, 2006, see [2], addressed 9 March 2015.
  • Lyra Colfer & Carliss Baldwin. "The Mirroring Hypothesis: Theory, Evidence and Exceptions." Harvard Business School Working Paper, No. 16-124, April 2016. (Revised May 2016.) See [3], accessed 2 August 2016.