Giter Site home page Giter Site logo

questions about domain-driven-hexagon HOT 3 CLOSED

sairyss avatar sairyss commented on May 12, 2024
questions

from domain-driven-hexagon.

Comments (3)

Sairyss avatar Sairyss commented on May 12, 2024 2

I tried to use airbnb-typescript before but I had issues with it so I switched to a regular with some modifications.

I am using this principles in a real world apps in production, this repo probably won't grow to an entire app (maybe a small one), but I will add better examples with a few more modules in the future.

from domain-driven-hexagon.

Sairyss avatar Sairyss commented on May 12, 2024 1
  • email represents a module that would contain logic for sending emails, now it contains only a dummy service. I didn't implement that because it is out of scope of this example and would require an email server etc. Implementations doesn't matter in this example, it's there just to show you that event handler will launch and email service to send emails when some event happens.
  • domain-event-handlers, as the name suggests, are handlers for events that may happen in a domain. Where to put them is a matter of preference, i prefer having them as a module, but you may put them wherever you want. Maybe outside of modules would be a better place to avoid confusion. Remember that it is an example and you have to adapt things to your preferences.
  • lint rules - that's what I've been using lately. Some rules for airbnb don't play well with TypeScript, so I had to disable them, some rules are not strict enough, so I changed the default "warn" to an "error", for things like "any" type. Linter rules are a matter of preference.
  • for dev environment - you have to start docker:env (this will download and launch a postgresql), but it has no databases yet, so you should create a database manually at this point (for example by going to pgadmin or by executing a CREATE DATABASE... query), and then start:dev should start working. I'll have to automate database creation step to avoid creating it manually, noted for the future.

from domain-driven-hexagon.

andrei9669 avatar andrei9669 commented on May 12, 2024

thanks for the quick response.
There is a separate Airbnb TS rules conf, might look into it eslint-config-airbnb-typescript

I'm wondering how far will you go with this repo, will it stay as a guideline with basic examples or will it grow into a real-world-app? hoping for the latter :D

from domain-driven-hexagon.

Related Issues (20)

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.