Nel mese Mythical Man del capitolo 4 di Fred Brook (aristocrazia, democrazia e design del sistema) pagina 49, lui dice:
As Blaauw points out, the total creative effort involves three distinct phase: architecture, implementation, and realization ...
implementer has plenty to do ... designing module boundaries, table structures, pass or phase breakdowns, algorithms, and all kinds of tools
...Meanwhile, on the realization level there is much to be done also. Programming has a technology, too. If the machine is a new one, much work must be done on subroutine convention, supervisory techniques, searching and sorting algorithm.
Qual è la differenza tra implementazione e realizzazione?
Per me, un'architettura è più legata alle descrizioni delle specifiche o ai diagrammi, mentre l'implementazione è più alla programmazione / codifica, e sembra la stessa cosa della realizzazione.