Fumiya Kato, Kazunori Sakamoto, Hironori Washizaki, and Yoshiaki Fukazawa, “Comparative Evaluation of Programming Paradigm: Separation of Concerns with Object-, Aspect-, and Context-Oriented Programming,” Proceedings of 24th International Conference on Software Engineering and Knowledge Engineering (SEKE 2013), pp.594-599, Hyatt Harborside at Logan Int’l Airport, Boston, June 27-29, 2013. (PDF)
Abstract
There are many programming paradigms for the separation of concerns (SoC). Each paradigm modularizes concerns in a different way. Context-oriented programming (COP) has been developed as a supplement to objectoriented programming (OOP), which is one of the most widely used paradigms for SoC. It modularizes concerns that are difficult for OOP. In this paper, we focus on three paradigms – OOP, aspect-oriented programming (proposed as a supplement to OOP that has a different approach from COP), and COP – and study whether COP can modularize concerns better than other two paradigms in given situations. Then we determine the reasons why COP can or cannot better modularize concerns.