Essays about: "refactor"
Showing result 1 - 5 of 11 essays containing the word refactor.
-
1. The Efficiency of Good Software Practices : A Case Study on a Radar Meteor Analysis Software Rewrite
University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknikAbstract : Software engineering as a profession has since early on in its conception been focused with how to best maximize the quality of software. Quality in this regard is both objectively measurable things (like speed, size, and cost) and less measurable things (like conciseness, elegance, and customer satisfaction). READ MORE
-
2. Modeling code quality using machine intelligence
University essay from Lunds universitet/Matematik LTHAbstract : For any company with a software development branch, one of the most important aspects is to write maintainable, understandable, high-quality source code. This will result in fewer work hours to refactor the code if changes are needed. Therefore it’s expensive to keep working with source code of poor quality. READ MORE
-
3. Analyzing and Reducing Compilation Times for C++ Programs
University essay from Linköpings universitet/Programvara och systemAbstract : Software companies often choose to develop in C++ because of the high performance that the language offers. Facilitated by static compilation and powerful optimization options, runtime performance is paid for with compilation time. READ MORE
-
4. Towards an Efficient Spectral Element Solver for Poisson’s Equation on Heterogeneous Platforms
University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)Abstract : Neko is a project at KTH to refactor the widely used fluid dynamics solver Nek5000 to support modern hardware. Many aspects of the solver need adapting for use on GPUs, and one such part is the main communication kernel, the Gather-Scatter (GS) routine. To avoid race conditions in the kernel, atomic operations are used, which can be inefficient. READ MORE
-
5. Clean Code in Practice : Developers´ perception of clean code
University essay from Blekinge Tekniska Högskola/Institutionen för programvaruteknikAbstract : 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
