Тип доклада: Доклад

High Optionality Programming: software architectures that reduce technical debt

  • Доклад на английском языке
Презентация pdf

Technical debt is a term dreaded by software developers everywhere, as it means having to pay the price today for the inflexible choices we made yesterday - often compounded by years of subsequent layers of decisions added on top of our original choices.

What if there were a way to make different upfront choices at the inception of our software systems that would lead to more flexible software systems that could evolve at lower cost and less agony? That's what we intend to introduce in this talk: "high optionality programming" - building software systems that preserve future choices and reduce their costs.

In this talk we introduce the concepts and language of high optionality programming, along with some time-tested patterns for implementing it - such as:

  1. Prefer event-driven programming over remote procedure calls;
  2. Persistence ignorance is bliss, but event-sourcing is better;
  3. Command Query Responsibility Segregation;
  4. Apply functions over data - decouple stateful domain objects from business rules;
  5. Use actors to make systems dynamic, queryable, and recoverable; and
  6. Embrace extend-only design on schemas of any kind.

We will be focusing on event-sourcing and CQRS in .NET, Akka.NET, F# and functional programming in C#, and several other combinations of technologies that can help deliver a lower tech-debt future to .NET developers in general.

Приглашенные эксперты

Доклады