Essays about: "Inexperienced developers"

Showing result 1 - 5 of 11 essays containing the words Inexperienced developers.

  1. 1. Exploring Challenges and EffectiveApproaches for Novices in Design Pattern Selection

    University essay from Karlstads universitet/Handelshögskolan (from 2013)

    Author : Lucas Liss; [2023]
    Keywords : Design patterns; Inexperienced developers;

    Abstract : Within programming there are many problems that can occur throughout a coding process.Various solutions exist to different problems and sometimes a design pattern has beenestablished for a specific problem. Design patterns are established solutions to a commonproblem developers can face while coding. 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. Compiling SDL Multiplayer Games to WebAssembly with Emscripten for use in Web Browsers

    University essay from KTH/Hälsoinformatik och logistik

    Author : Oscar Falkmer; Martin Norrman; [2022]
    Keywords : Webassembly; WASM; Emscripten; C; web application; web server; WebSocket; SDL; SDL_Net; compiling; Webassembly; Wasm; Emscripten; C; webbaplikation; webbserver; WebSocket; SDL; SDL_Net; kompilera;

    Abstract : Collecting and deploying online games made by inexperienced developers can behard. This is something KTH (Royal Institute of Technology) has a problem withpertaining to a course involving SDL and SDL_Net programming. A good solutionto this problem is to host these games on a website. READ MORE

  4. 4. Analysing Lambda Usage in the C++ Open Source Community

    University essay from Mittuniversitetet/Institutionen för data- och systemvetenskap

    Author : Jonathan Bengtsson; Heidi Hokka; [2020]
    Keywords : C ; Lambda Functions; Static Code Analysis; Mining Repositories; Software Engineering Practices; C ; lambdafunktioner; statisk kodanalys; utvinning av information i repositorier; sedvänjor i programvaruutveckling;

    Abstract : Object-oriented languages have made a shift towards incorporating functional concepts such as lambdas. Lambdas are anonymous functions that can be used within the scope of other functions. In C++ lambdas are considered difficult to use for inexperienced developers. This implies that there may be problems with lambdas in C++. READ MORE

  5. 5. Teaching software testing in a modern development environment

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

    Author : Anders Gawell; Anton Kallin; [2019]
    Keywords : Teaching; DevOps; Test automation; Node.js; Unit testing; Integration testing; UI testing; Continuous Delivery; Continuous Integration; Student project; Cloud services.; Undervisning; DevOps; testautomatisering; Node.js; enhetstesting; integrationstestning; UI-testning; Continuous Delivery; Continuous Integration; studentprojekt; molntjänster.;

    Abstract : All developers understand the benefits of testing their code to ensure its functionality. Today’s market is moving further towards design principles where testing is a central or driving force during development. This puts a certain pressure on academia to supply these skills to their students. READ MORE