Sökning: "Inexperienced developers"

Visar resultat 1 - 5 av 14 uppsatser innehållade orden Inexperienced developers.

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

    Kandidat-uppsats, Karlstads universitet/Handelshögskolan (from 2013)

    Författare :Lucas Liss; [2023]
    Nyckelord :Design patterns; Inexperienced developers;

    Sammanfattning : 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. LÄS MER

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

    Kandidat-uppsats, Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Författare :Adam Nyman; Oliver Rimmi; [2022]
    Nyckelord :Test-driven development; TDD; Test-last Development; TLD; Inexperienced developers;

    Sammanfattning : 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. LÄS MER

  3. 3. Compiling SDL Multiplayer Games to WebAssembly with Emscripten for use in Web Browsers

    M1-uppsats, KTH/Hälsoinformatik och logistik

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

    Sammanfattning : 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. LÄS MER

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

    Kandidat-uppsats, Mittuniversitetet/Institutionen för data- och systemvetenskap

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

    Sammanfattning : 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++. LÄS MER

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

    Kandidat-uppsats, KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Författare :Anders Gawell; Anton Kallin; [2019]
    Nyckelord :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.;

    Sammanfattning : 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. LÄS MER