Essays about: "Maintainability"

Showing result 11 - 15 of 150 essays containing the word Maintainability.

  1. 11. How does low-code development correspond with best practice in software development?

    University essay from Malmö universitet/Fakulteten för teknik och samhälle (TS)

    Author : William Evans; Benny Petersson; [2023]
    Keywords : Low-code development; best practices for software development; Power Platform.;

    Abstract : Low-code development is an alternative to regular software development where the developer is able to build software and websites using a drag and drop interface instead of writing code. Low-code development has gained popularity in recent years, one of the reasons for this is the broader targeted audience which is citizen developers, people with no previous knowledge and experience in programming and web development. READ MORE

  2. 12. Compressing Pointers for the Z Garbage Collector : Runtime compression of pointers in a concurrent setting

    University essay from Uppsala universitet/Datalogi

    Author : Linus Shoravi; [2023]
    Keywords : garbage collector; concurrent garbage collector; ZGC; pointer compression; hotspot;

    Abstract : Pointers in 64-bit architectures are unlikely to exhaust their vast address range, and are as such needlessly big. Reducing the amount of memory a pointer occupies leads to reduced memory demands, better usage of memory, and better locality. READ MORE

  3. 13. How to Choose an Operating System for an Embedded System

    University essay from Örebro universitet/Institutionen för naturvetenskap och teknik

    Author : Justus Ingelhag; [2023]
    Keywords : ;

    Abstract : The work of this thesis focuses on the critical task of choosing an operating systemfor an embedded system. The study focuses on features such as security, maintainability, and reliability. By conducting a mapping study and interviews, anevaluation method is proposed. READ MORE

  4. 14. MLpylint: Automating the Identification of Machine Learning-Specific Code Smells

    University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Author : Peter Hamfelt; [2023]
    Keywords : Code Smell; Machine Learning; Static Code Analysis; Software Quality; Technical Debt;

    Abstract : Background. Machine learning (ML) has rapidly grown in popularity, becoming a vital part of many industries. This swift expansion has brought about new challenges to technical debt, maintainability and the general software quality of ML systems. READ MORE

  5. 15. Are Open-Source SystemsDeveloped with Good CodeQuality? An Empirical Study

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Sebastian Jonsson; Nima Safavi; [2023]
    Keywords : code quality; maintainability; Oracle convention; code-checking tools; readability;

    Abstract : Due to the surge in the development of software, people in the software industry have a need for higher coding quality in different programming languages. A “code with good quality” can be defined as code that is written in a way that follows the rules or, in other words, conventions for, i.e. READ MORE