Code Monkey home page Code Monkey logo

facilier's Introduction

Facilier

A ClojureScript library/service to test live applications.

The Elm Architecture

The Elm Language encourages a particular architecture called the Elm Architecture. Go read the article.

Predictive Testing

The Elm Architecture is structured around a reactive data flow: there are three functions (event handlers, step/update, and views) that receive data (events, actions, and state).

Expressing the flow of the program in layers that communicate with data makes it easily testable. Each function can be tested in isolation.

Even more, if our data is serializable we can get hold of our user's session data and use it for testing.

If we think about Virtual DOM as the output to our view functions, then we can think about React as an effect system, that takes the output of our views and handles the DOM side-effect for us.

In a sense it would be a sorts of integration testing for our UI's.

Generative testing where the generators produce your user's data.

Having your user's sessions would let you test code changes against their previous behavior, and predict if it would break existing user experiences.

Develop

Facilier is built with boot. All the available tasks are in build.boot. The most commons are dev and auto-test.

facilier's People

Contributors

bensu avatar

Stargazers

 avatar Tom Vaughan avatar Leonid Kovnatskiy avatar Tom Vaughan avatar johann bestowrous avatar Tim Zöller avatar Kamil Leszczuk avatar

Watchers

James Cloos avatar  avatar

Forkers

plumpmath

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.