Essays about: "software source code readability"

Showing result 1 - 5 of 6 essays containing the words software source code readability.

  1. 1. 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

  2. 2. Source Code Readability : A study on type-declaration and programming knowledge

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

    Author : Caesar Lennartsson; [2022]
    Keywords : source code readability; programming knowledge; programming language; statically typed; dynamically typed;

    Abstract : The readability of source code is essential for software maintenance. Since maintenance is an ongoing process, which is estimated to be 70 percent of the software development life cycle's total costs, it cannot be deprioritized. READ MORE

  3. 3. Identifying inhibitors and motivatorsfor writing code with high readabilityand what we can do about it : A study of motivation to write code with highreadability

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

    Author : Isac Svensson; [2022]
    Keywords : Readability; Comprehension; Clean Code;

    Abstract : As time passes, more and more code is written, and as companies owna large quantity of code, the importance of readable and easy-to-understand codeincreases. It is well known that a developer's time is spent primarily on reading and understanding source code. READ MORE

  4. 4. Signal Dependency Analysisand Status Propagation Tracking

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Peng Su; [2020]
    Keywords : ;

    Abstract : In software engineering, analyzing the dependence of software modules and signals is a common method of verification and testing software behaviors. Through dependency analysis, users can improve the quality and operating efficiency of the code. Also, analyzing dependencies can reflect the working status of software modules. READ MORE

  5. 5. Software Source Code Readability : A Mapping Study

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

    Author : Andreas Bexell; [2020]
    Keywords : software architecture; software source code readability; systematic literature review;

    Abstract : Background: Building software systems is an iterative and collaborative project, requiring developers not only to write code, but to maintain, expand, fix and enhance code already written. In order to do so, reading code is a central activity, and therefore it is important that code is written in a manner that makes it readable. READ MORE