Buscar
Mostrando ítems 1-10 de 1328
A review of a modular approach of aspect-oriented programming [Revisión de un enfoque modular de programación orientada a aspectos]
(Centro de Informacion Tecnologica, 2014)
Analysis of Learning Difficulties in Object Oriented Programming in Systems Engineering Students at UNTELS
(Universidad Nacional Tecnológica de Lima Sur, 2020)
The learning difficulties of Object-Oriented Programming can be one of the causes of failure in college students, which can even lead to student dropout. This article has the purpose of analyzing the main learning difficulties ...
Uma linguagem específica de domínio para consulta em código orientado a aspectos
(Universidade Federal de Santa MariaBRCiência da ComputaçãoUFSMPrograma de Pós-Graduação em Informática, 2013-08-28)
Ensuring code quality is crucial in software development. Not seldom, developers resort
to static analysis tools to assist them in both understanding pieces of code and identifying
defects or refactoring opportunities ...
A Taxonomy of Domain-Specific Aspect Languages
(Assoc Computing Machinery, 2015)
Domain-Specific Aspect Languages (DSALs) are Domain-Specific Languages (DSLs) designed to express crosscutting concerns. Compared to DSLs, their aspectual nature greatly amplifies the language design space. We structure ...
Design of a modular multiparadigm programming language for teaching programming concepts
(Universidade Federal de Pernambuco, 2014)
Execution levels for aspect-oriented programming: Design, semantics, implementations and applications
(Elsevier, 2014)
In aspect-oriented programming (AOP) languages, advice evaluation is usually considered as part of the base program evaluation. This is also the case for certain pointcuts, such as if pointcuts in AspectJ, or simply all ...
A GUI for modeling regular constraints
(Springer Verlag, 2013)
Sistema web para auxílio no treinamento para maratonas de programação
(Universidade Tecnológica Federal do ParanáPato Branco, 2012-10-09)
Programming contests, such as marathons and Olympics of programming, generally aim to
test the ability of logical reasoning and speed of participants in solving computational problems. The training, based on problem ...
On the Use of Type Predicates in Object-Oriented Software: The Case of Smalltalk
(ACM, 2015)
Object-orientation relies on polymorphism to express behavioral variants. As opposed to traditional procedural design, explicit type-based conditionals should be avoided. This message is conveyed in introductory material ...