domain-query-language / dql-server-php-defunct

A server side application that can receive and process DQL statements, leading to a fully working, event sourced, domain.
MIT License
0 stars 1 forks source link

Problem: We have no way of explaining the DQL concepts to new developers #110

Open barryosull opened 8 years ago

barryosull commented 8 years ago

When developers join up, there is no easy way for them to get up to speed on the DQL concepts.

Eg. Events, Aggregates, Commands, Invariants, etc . . .

Let's have a discussion around what will solve this.

barryosull commented 8 years ago

We could create a list of all the DQL concepts, with a short bit of text explaining each one, possibly linked to DDD articles explaining the concepts in more detail.

This should be added to a doc, as part of the repo, with a link to it from the main readme.

What do you think @shano, will this help get people up to speed?

shano commented 8 years ago

I think that makes sense. Later on I think these concepts could be linked into an example DQL system.

Easily connecting the sample systems with explanations of the concepts would hopefully help new users from being overwhelmed with a pile of new concepts that may not stick easily.