fdonnet / ubik_accounting

Double entry accounting app in Net 8
Apache License 2.0
90 stars 3 forks source link

Functional way : backend #25

Closed fdonnet closed 1 month ago

fdonnet commented 11 months ago

In the backend API, see if I can enhance the usage of functional programming with LanguageExt...

Maybe with using static method and EitherAsync...

fdonnet commented 1 month ago

I like dependencies injection and will use LanguageExt when usefull.