2 resultados para 2d-page
em Dalarna University College Electronic Archive
Resumo:
En individs prenatala testosteronhalter kan mätas genom att ta fram ett relationstal mellan längden på pek- och ringfinger: ett 2D:4D digit ratio index. Studier har visat att det finns ett samband mellan högre testosteronhalter och god matematisk förmåga. I föreliggande studie deltog 40 svenska gymnasieungdomar. Två hypoteser undersöktes: det finns ett samband mellan 2D:4D och matematikresultat samt det finns ett samband mellan kön, 2D:4D och matematikresultat. Datainsamlingen bestod av fingermätningar och provresultat i matematik. Korrelationsresultaten påvisade inget signifikant samband mellan fingerlängd och matematiska resultat. Studien påvisade heller inte någon interaktionseffekt mellan kön, fingerlängd och matematikresultat. Resultaten diskuteras ur ett sociokulturellt, biologiskt och miljömässigt perspektiv.
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.