Coder Social home page Coder Social logo

dddl's Introduction

Domain Driven Design ⚡️ Light ⚡️ Component Framework for Node.js and TypeScript

License

Status: DEPRECATED

npm: https://www.npmjs.com/settings/dddl/packages

DEPRECATION NOTES

This library mostly based on OOP principles (like encapsulation, inheritance, rich domain model (RDM), etc.) and js mechanics (like classes), but, as time goes, I realized how Functional approach makes my code much clearer, easy to write and evolve (data and behaviour separation, instead of encapsulation and RDM, composition over inheritance, ADT insted of classes, etc.), that's why I'm on my way to refactore this library in a Functional way.

FROM NOW ON I will work on on this libraries:

  1. 🛌 Fatigue Driven Development (FDD) (https://github.com/Dionid/fdd-ts)
  2. λ Functional Oriented Programming (FOP) (https://github.com/Dionid/fapfop)

Used in

  1. faq.davidshekunts.com (site) + https://github.com/Dionid/headless-faq (repo)

What does "Component Framework" means?

DDD Light is based on multiple patterns, models and ideas, inluding: DDD, CQRS, EDA, SOA, ROP, DAL and so on.

But the main idea of DDD Light is to give you abillity to use those concepts separately:

  • Уou need just Repository? Take @dddl/dal package.
  • You want to include CQRS? Just implement @dddl/cqrs package and that's all.
  • Want power of Event Driven Architecture? @dddl/eda comes to rescue.
  • etc.

There is no need to take whole DDD to your project if you need just a part of it.

This gives you opportunity to include this libraries in existing project concept by concept (package by package).

More about DDD Light you can find here

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.