Essays about: "Sherief Badran"

Found 1 essay containing the words Sherief Badran.

  1. 1. 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