GithubHelp home page GithubHelp logo

enzoferey / business-logic Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 118 KB

Decoupled, clean and well tested business logic

License: MIT License

TypeScript 95.90% JavaScript 4.10%
business-logic modules typescript reusable-functions

business-logic's Introduction

business-logic

Build Status

Decoupled, clean and well tested business logic.

Why

After working on numerous applications, I quickly found myself copy pasting chuncks of code from one project to another. Checking one more time how I solved that immutable modification on an array of objects.

Most of the time, all this logic is obfuscated by other lines of code around and/or highly coupled to the framework of choice or the project per se.

My intention with this repository is to provide decoupled, clean and well tested business logic that you can copy paste into your projects and have a starting point to build your app's specific logic.

Ultimately, the goal is to let people focus on bringing value to their project instead than on writing already solved problems.

How it works

The modules folder contains a set of different subfolders, one for each module. Each of them is self contained in its repository and has everything it needs to work. Copy paste the files and you are done !

Being the idea to provide out-of-the-box business logic working for every JavaScript project, the modules are written in TypeScript. You can find a JavaScript version of them in the dist folder. Be aware that they are not transpiled to vanilla JavaScript, you will still need to run babel on them.

business-logic's People

Contributors

enzoferey avatar

Watchers

 avatar  avatar  avatar

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.