Altinn / altinn-correspondence

Meldingstjenesten
3 stars 0 forks source link

Re-factor: Simplify application handler naming #110

Closed Ceredron closed 3 months ago

Ceredron commented 3 months ago

Description

The application handler naming was originally based on CQRS conventions, but we saw that it did not help make the codebase easier to navigate. The query/command distinction maps surjectively to the first verb in the application handler name anyway, and we should free up room in our class names for other elements that may be more useful. Correspondence has gotten a lot of application handlers, and we will need to find a better way to organize them eventually.

Related Issue(s)

Verification

Documentation