Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Aligning Bounded Contexts with Subdomains in Legacy Code - BuildStuff 2022

Aligning Bounded Contexts with Subdomains in Legacy Code - BuildStuff 2022

One way or another, each system contains some kind of boundaries. I would go so far and claim that even the dreaded Big Ball of Mud systems consist of parts that could be perceived as separate though undoubtedly only under deep scrutiny. The difference is in the “thickness” of the boundaries and the measure of interrelationships between the different parts of the system, the frequency and amount of data that is passed across the fences. It is the latter that leads to increased coupling resulting in systems that are hard to maintain and hard to change. This presentation will present a story of an attempt to achieve an alignment between perceived subdomains, logical boundaries and source code structure in a legacy system. Based on the use case from healthcare we will go into technical detail on concrete steps that were followed to create a new bounded context using strategic Domain-Driven Design and 4+1 Architectural View Models.

Mufrid Krilic

November 14, 2022
Tweet

More Decks by Mufrid Krilic

Other Decks in Programming

Transcript

  1. Aligning Bounded Contexts with Subdomains in Legacy Code BuildStuff 2022

    Mufrid Krilic Domain-Driven Design Coach, CoWork, Norway www.cowork.no
  2. CoWork - something to inspire you • No managers but

    full of leadership Tight-Loose-Tight aka TLT
  3. The Legacy We Inherited • Product with 5+ years of

    development history • Heavily regulated healthcare market • The team that built the thing virtually disbanded
  4. Business Case • Physicians prescribe medications • Integration with systems

    for prescription delivery in pharmacies • Focus on putting patient needs and safety on the top
  5. The Legacy We Brought With Us • Mix of experienced

    and junior developers • Little to no experience in the specific domain
  6. The Way Ahead Inner motivation • Making sense of the

    domain • Making sense of the code base Outer motivation • Providing value to the users and stakeholders
  7. Reducing the Cognitive Load • Legacy Code • Being able

    to navigate • …. and understand • Hidden boundaries in legacy code • Look for subdomains
  8. Observable boundaries • Technical • Network • Containers • Organizational

    • Teams • Departments • Easily observable boundaries
  9. Not so easily observable? • The “4+1” View Model of

    Software Architecture • Philippe Kruchten
  10. Two Ways to Apply 4+1 Model • Establishing logical boundaries

    without distributing across other views • Distributing coherent logical components across other views
  11. Logical Boundaries But Not Distributed • Highly cohesive logical units

    • Low coupling between logical units • Within the same repository, package unit or physical storage unit
  12. Distributed Coherent Logical Units • Each logical unit maintains its

    responsibility for the bounded context it represents • We distribute instances of the same logical unit across process and physical views
  13. Logical View Dependencies The reason for increased coupling • The

    amount of data that is passed across the boundaries
  14. Cost of Dependencies in a Distributed System • Distributed logical

    dependencies • Across software and process views • Across the organization • Microservices?
  15. “Fractal Geometry of Software Design” • “Cost of change is

    proportional to the distance between components”
  16. What Makes a Good Subdomain? • Pivotal Event? • NonApprovedMedicationPrescribed

    • Time-related activity • While waiting for approval the physician stops the prescription process
  17. Traces of Bounded Contexts in Development View • Are there

    any established boundaries in the Development View? • Have there been attempts to isolate pieces of code before?
  18. Dependencies in Logical View • Analysis of • using statements

    • Import in Java • .NET project references • NuGet package references • Maven dependencies • Http calls to remote services • Event-based communication with remote services
  19. We are assuming that Application Bounded Context exists in the

    Logical View and that the dependencies are towards Prescription Bounded Context.
  20. Bounded Contexts in Legacy Code • Respect existing dependencies and

    relationships • Explicit decision on the amount of work needed to break things up
  21. Application Bounded Context • Establish observable boundary • Visual Studio

    Solution • Java: Establish a namespace within the repository • Prescription Bounded Context remains as is • 1 week time-box • Summarize lessons learned regardless of the outcome
  22. Tight Loose Tight • T: Agree on the goal and

    purpose • L: Find out how to get there • T: Learn from it
  23. Logical Boundaries But Not Distributed • Highly cohesive logical units

    • Low coupling between logical units • Within the same repository, package unit or physical storage unit
  24. Move existing .NET projects • Between solutions/folders within the same

    repository • git mv • Visual Studio Exclude/Include Project Code compiles and unit tests run
  25. Integration tests? • Valuable enough feedback with unit tests only?

    • Integration/E2E tests • Harder to maintain • Can provide runtime feedback
  26. Work on E2E tests? • Pros • Early feedback on

    bounded context/subdomain alignment • Cons • Considerable work needed just to get the tests running • Could slow down the feedback loop Focus on unit tests only at this stage
  27. Made obsolete in step one • .NET project references •

    using statements Uncovers hidden dependencies
  28. The end of the story…. • Some E2E tests in

    Prescription context required code from Application context runtime • Why?
  29. Business requirement unlocked • As a physician while prescribing a

    non-approved medicament • I need to see prior applications for the same medicament • To be able to prescribe non-approved medicaments on a life-long basis if required by patient condition Requires dependency from Prescription BC to Application BC
  30. Can we avoid circular dependencies? • All the integration tests

    in one module • Referencing different bounded contexts • All code (DLLs) would be available
  31. Analyzing the needs behind the business requirement • User needs

    only to see prior applications • Show data as a decision support • Read Model • As a physician while prescribing a non- approved medicament • I need to see prior applications for the same medicament • To be able to prescribe non-approved medicaments on a life-long basis if required by patient condition
  32. View Model Composition • Suggested reading • Mauro Servienti •

    https://milestone.topics.it/ • Composing data from different Bounded Contexts on front-end
  33. ▪ Regular Architectural Reviews ▪ Work Towards “Target Model” ▪

    Discover Logical Dependencies in Code Review ▪ “You can always make things more cohesive” Ella Fitzegerald – «They Cant’t Take That Away From Me»
  34. Regular Architectural Reviews • Weekly meetings • Continuous learning about

    boundaries • Another model to be found? • Different questions to be asked • e.g. during Domain Storytelling sessions
  35. “Target Model” • Define a model that represents your understanding

    of the domain • How does Legacy system fits in? • Work towards the “Target Model” • Maintain the knowledge explicitly
  36. Discover Logical Dependencies during Code Review • Pay particular attention

    to introduction of new references between namespaces, projects, packages • Question the intent behind • Requires discipline!
  37. “You Can Always Make Things More Cohesive” • Kent Beck

    • DDDEU 2020 • What can we do? • Start by keeping things apart for a while…. • Until we have learned what they are
  38. Team Techno Builders Follow us on GitHub! Software for robot

    programming https://education.lego.com/nb- no/downloads/spike-app/software https://education.lego.com/nb- no/downloads/spike-app/software
  39. Photos • By !Original: MddVector: Wikimpan - Based on File:4+1

    Architectural View Model.jpg by User:Mdd, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=50144028 • https://unsplash.com/@renemolenkamp • https://unsplash.com/@jancanty • https://unsplash.com/@afafa • https://unsplash.com/@walkator • https://unsplash.com/@woutvanacker • https://unsplash.com/@polarmermaid • https://unsplash.com/@cdd20 • https://unsplash.com/@roaming_angel • https://unsplash.com/@micheile • https://unsplash.com/@patrickperkins • https://unsplash.com/@melany_tuinfosalud • https://unsplash.com/@timmossholder