| |
| | Separation of Concerns - Lopes, Hursch (ResearchIndex) |
 | | Abstract: This paper identifies and analyzes the emergence of a new paradigm in software engineering, called separation of concerns, which tries to formally separate the basic algorithm from special purpose concerns such as synchronization, real-time constraints, and location control. |
 | | This separation allows for the locality of different kinds of information in the programs, making them easier to write, understand, reuse, and modify. |
 | | ...interwining of different concerns: the execution of an object s method is suspended to verify constraints, to achieve synchronization, etc. |
| citeseer.ist.psu.edu /lopes95separation.html (706 words) |
|