Essays about: "measuring cyclomatic complexity on JavaScript"

Found 2 essays containing the words measuring cyclomatic complexity on JavaScript.

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

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

    Author : Sabry Kadi; [2021]
    Keywords : Maintainability index; Latency; Node JS; Maintainability; Halstead; Cyclomatic Complexity;

    Abstract : 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. READ MORE

  2. 2. Evaluating cyclomatic complexity on functional JavaScript

    University essay from Linnéuniversitetet/Institutionen för datavetenskap (DV)

    Author : Jesper Håkansson; Sherief Badran; [2016]
    Keywords : 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.;

    Abstract : 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. READ MORE