Sökning: "measuring cyclomatic complexity on JavaScript"

Hittade 2 uppsatser innehållade orden measuring cyclomatic complexity on JavaScript.

  1. 1. Measuring Maintainability and latency of Node.js frameworks

    Kandidat-uppsats, Blekinge Tekniska Högskola/Institutionen för programvaruteknik

    Författare :Sabry Kadi; [2021]
    Nyckelord :Maintainability index; Latency; Node JS; Maintainability; Halstead; Cyclomatic Complexity;

    Sammanfattning : Context: Node.js is an established web framework built using JavaScript. As a result, there are a wide variety of frameworks that have emerged that specialize in different quality attributes and functionalities. Some of which are heavily geared to performance and benchmarking while others might focus on security, availability, robustness, etc. LÄS MER

  2. 2. Evaluating cyclomatic complexity on functional JavaScript

    Kandidat-uppsats, Linnéuniversitetet/Institutionen för datavetenskap (DV)

    Författare :Jesper Håkansson; Sherief Badran; [2016]
    Nyckelord :Software metrics; McCabe’s cyclomatic complexity; functional programming; imperative programming; JavaScript; Haskell; functional JavaScript; measuring cyclomatic complexity on JavaScript; measuring cyclomatic complexity on the functional paradigm.;

    Sammanfattning : Bugs in software is a very common problem, code reviews can help to catch bugs early on and detect which code is the most complex and may introduce bugs but when the code base is very large it can be costly to review all the code. Cyclomatic complexity can be used to give an indication of how complex the system source code is and help the developers to select which code they should review. LÄS MER