Essays about: "functional JavaScript"

Showing result 11 - 15 of 18 essays containing the words functional JavaScript.

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

  2. 12. Elmulating JavaScript

    University essay from Linköpings universitet/Interaktiva och kognitiva system

    Author : Nils Eriksson; Christofer Ärleryd; [2016]
    Keywords : JavaScript; Elm; Functional Programming; Transpilation;

    Abstract : Functional programming has long been used in academia, but has historically seen little light in industry, where imperative programming languages have been dominating. This is quickly changing in web development, where the functional paradigm is increasingly being adopted. READ MORE

  3. 13. Development of a Framework for AIML Chatbots inHTML5 and Javascript

    University essay from Linköpings universitet/Interaktiva och kognitiva system; Linköpings universitet/Tekniska högskolan

    Author : Filippo Malvisi; [2014]
    Keywords : Chatbots; AIML; Javascript; jQuery; HTML5; framework;

    Abstract : Chatbots are software agents that interact with the user in a conversation. The main goal of their creation was to resemble a human being in the way they perform said interaction, trying to make the user think he/she is writing to another human being. This has been implemented with varying degrees of success. READ MORE

  4. 14. Portal för test automation

    University essay from Lunds universitet/Högskoleingenjörsutbildning i datateknik

    Author : Irfan Agovic; Faruk El-Zoubi; [2014]
    Keywords : test; automation; ikea it; irfan; faruk; el-zoubi; agovic; lth; Technology and Engineering;

    Abstract : Environments with a high number of systems that are dependent on each other create complexity in the testing of each system. For a test to perform correctly, every dependency has to be fully functional. READ MORE

  5. 15. Rationales and Approaches for Automated Testing of JavaScript and Standard ML

    University essay from Institutionen för informationsteknologi

    Author : Emil Wall; [2014]
    Keywords : ;

    Abstract : The ever increasing complexity of web applications has brought new demands on automated testing of JavaScript, requiring test-driven development to achieve maintainable code. A contrasting area is testing of Standard ML, another functional language but with important differences. READ MORE