Essays about: "source code readability"

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

  1. 1. Decompiling Go : Using metadata to improve decompilation readability

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

    Author : Mattias Grenfeldt; [2023]
    Keywords : Decompilation; Go; Runtime Metadata; Reverse Engineering; Dekompilering; Go; Körtidsmetadata; Reverse Engineering;

    Abstract : Malware written in Go is on the rise, and yet, tools for investigating Go programs, such as decompilers, are limited. A decompiler takes a compiled binary and tries to recover its source code. Go is a high-level language that requires runtime metadata to implement many of its features, such as garbage collection and polymorphism. READ MORE

  2. 2. Design of auxiliary communication for audio between computers and DSPs : Programming and optimization of computational resources

    University essay from Umeå universitet/Institutionen för tillämpad fysik och elektronik

    Author : Eriksson Janze Oscar; [2023]
    Keywords : DSP; Audio-communication; Auxiliary; AUX; phone connector; USB-audio; STM32; ADC; AD-converter; filterbank; hearing aid; signalprocessor; ljudkommunikation; ljudkabel; AUX; USB-ljud; STM32; hjälpmedel; ADC; analog-till-digital-omvandlare;

    Abstract : This thesis report is about designing a prototype and establishing audio communication between a computer and Digital Signal Processor (DSP) using two preamp circuits using both auxiliary and USB connection. The paper gives the reader an overview on how audio is transmitted from a computer, through the system and to the desired output. READ MORE

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

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

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