Difference between revisions of "System Design"

From PKC
Jump to navigation Jump to search
Line 1: Line 1:
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>.
System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science<ref>{{:Book/Specifying Systems}}</ref>, particularly in [[Abstract Interpretation]]<ref>{{:Book/Principles of Abstract Interpretation}}</ref>.


<noinclude>
<noinclude>

Revision as of 22:58, 8 October 2022

System Design is a generic practice regarding the integration and coordination of multiple sub-systems. Some of the more mature approaches to develop systems can be summarized in the field of computing science[1], particularly in Abstract Interpretation[2].


References

Related Pages