2 resultados para Page, Ann Randolph Meade, 1781-1838.

em Dalarna University College Electronic Archive


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Most approaches to Duffy’s work have been a feminist reading of poetry, focusing on the portrayal of women within the theoretical framework of feminism. However, little attention has been paid to the religious elements in Duffy’s work, something that Duffy herself has recognized. This essay will therefore focus on the centrality of religion in Duffy’s work, and will argue that her poems constitute an arena where religion is redefined and female experience and theology are reconciled. The poems under focus, “Delilah”, “Salome”, “Pilate’s wife”, “Pope Joan”, “Mrs Lazarous” and “Queen Herod” are examined in two separate sections: their portrayal of love and sexuality, and their portrayal of motherhood respectively, within the theoretical framework of feminist theology.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Single-page applications have historically been subject to strong market forces driving fast development and deployment in lieu of quality control and changeable code, which are important factors for maintainability. In this report we develop two functionally equivalent applications using AngularJS and React and compare their maintainability as defined by ISO/IEC 9126. AngularJS and React represent two distinct approaches to web development, with AngularJS being a general framework providing rich base functionality and React a small specialized library for efficient view rendering. The quality comparison was accomplished by calculating Maintainability Index for each application. Version control analysis was used to determine quality indicators during development and subsequent maintenance where new functionality was added in two steps.   The results show no major differences in maintainability in the initial applications. As more functionality is added the Maintainability Index decreases faster in the AngularJS application, indicating a steeper increase in complexity compared to the React application. Source code analysis reveals that changes in data flow requires significantly larger modifications of the AngularJS application due to its inherent architecture for data flow. We conclude that frameworks are useful when they facilitate development of known requirements but less so when applications and systems grow in size.