swkWien / sessions

Session presentations for Coding Dojo Vienna
http://swkwien.github.io/
16 stars 7 forks source link

Additional notes to coderetreat on Jan 21.1.2022 #80

Closed rolger closed 2 years ago

rolger commented 2 years ago

72

You asked me about the complexity metrics plugin, which I'm using in IntelliJ. This is the link: https://plugins.jetbrains.com/plugin/12159-codemetrics

I added a short notice also to the google docs.

rolger commented 2 years ago

I'm thinking about how to continue the kata from the coderetreat. We have refactored it, and the resut was a hexagonal architecture. Still the business logic (= domain) is part of the application. I'd like to extract the domain and applying a DDD design (aggregates, entities, value objects, or what ever is useful).

Who is interested to join or in the results?

rolger commented 2 years ago

After our CQRS discussion I'm now able to formulate my intention and ideas better then during the last dojo.

paulroho commented 2 years ago

@rolger I would definitely be interested in joining in here!

gregorriegler commented 2 years ago

@rolger count me in!!!

goerge commented 2 years ago

@rolger I’m very interested in the discussion of the Hexagonal Architecture refactorings and how to separate the domain logic from the app. Maybe I can contribute some insights from a recent project where we aimed for that.

caichinger commented 2 years ago

Same here! Where do I sign up for this? ;)

dertseha commented 2 years ago

This sounds more and more something like a meetup-presentation rather than a Dojo-Kata - curious :)

redseacomputing commented 2 years ago

@rolger Enjoyed the topic on that exercise again afterwards and am curious about the domain part here, too.