3 resultados para Page, Curtis Hidden
em Dalarna University College Electronic Archive
Resumo:
Oscar Wilde’s fairytales have been read to children for more than a century. Nevertheless, since the time of their publication in 1888 and 1891, the target audience of The Happy Prince and Other Tales and A House of Pomegranates have been the concern of critics. Delving into the context behind the rich and colourful imagery, one can find implications of homosexuality, the Paterian aesthetic and religious connotations. According to Carol Tattersall, The Happy Prince and Other Tales successfully mislead the public that it is innocent of any intention to undermine established standards of living or writing. Tattersall’s argument is based on comparing the first collection to Wilde’s second, A House of Pomegranates, which was perceived as “offensive and immoral” (136). On the other hand, William Butler Yeats states in his introduction to The Complete Works of Oscar Wilde that overall the reviewers of The Happy Prince and Other Tales were hostile because of Wilde’s aesthetic views (ixxvi). But Yeats overlooks the fact that Wilde was very pleased and proud, dashing notes to friends and reviewers and signing copies to many people (Tattersall 129). In general, the reception of Wilde’s first collection was more positive than that of the second because it was milder and more subtle in its controversial themes.
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.