Essays about: "Refactoring Process"

Showing result 1 - 5 of 11 essays containing the words Refactoring Process.

  1. 1. Optimization of an advanced algorithm for bone imaging

    University essay from Lunds universitet/Avdelningen för Biomedicinsk teknik

    Author : Adam Mrozek; [2022]
    Keywords : osteoporosis; optimization; programming; engineering; X-ray; bone; mineral density; speed; faster; projection; MATLAB; C ; Technology and Engineering;

    Abstract : Fracture risk in osteoporosis is increased and osteoporosis is the most common metabolic bone disease and treatment is expensive. Osteoporosis is diagnosed by measuring Bone Mineral Density (BMD), which does not consider other factors such as bone geometry or architecture. READ MORE

  2. 2. Test-Driven Development with the Focus on Inexperienced Programmers: A Literature Review.

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

    Author : Adam Nyman; Oliver Rimmi; [2022]
    Keywords : Test-driven development; TDD; Test-last Development; TLD; Inexperienced developers;

    Abstract : Test-driven development is a software development practice that prompts developers to write tests before writing source code. Studies report varied results on the effects that test-driven development has on the development process, and how this practice compares to other development practices, such as more traditional test-last development methodologies. READ MORE

  3. 3. Improving maintenance of CSS through structure and refactoring strategies

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Villiam Rydfalk; [2022]
    Keywords : CSS; Maintainability; Maintenance; Refactoring; Refactoring Strategies; Visual Regression; Dead Code; Refactoring Tools; CSS Structure;

    Abstract : This study assesses how maintainability can be improved by manual and automatic refactoring strategies. Firstly, the structure of the CSS is important and CSS rules should conform to a certain order depending on their purpose. Secondly, dead code makes files unnecessarily large and more difficult to read. READ MORE

  4. 4. On Using Machine Learning-Based Approaches for Recommending Identifier Renamings : A Systematic Literature Review

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

    Author : Eric Haga; [2022]
    Keywords : identifier quality; identifier renaming; rename refactoring; machine learning; deep learning; code refactoring;

    Abstract : Identifiers play a key role in code quality and comprehension, as poorly named identifiers hinder the developers’ ability to understand, debug, and maintain programs. To address these issues, several studies have proposed methods to automatically rename low-quality or inconsistent identifiers. READ MORE

  5. 5. Clean Code in Practice : Developers´ perception of clean code

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

    Author : Kevin Ljung; [2021]
    Keywords : clean code; code quality; technical debt; refactoring;

    Abstract : Context. There is a need for developers to write clean code and code that adheres to a high-quality standard. We need developers not to introduce technical debt and code smells to the code. READ MORE