cherron
02/01/2025, 8:07 PMdarkmoon_uk
02/03/2025, 4:36 AMandrew
02/18/2025, 2:06 AMSergey Aldoukhov
02/18/2025, 7:37 PMandrew
02/18/2025, 7:38 PMandrew
02/18/2025, 7:38 PMcherron
02/18/2025, 9:56 PMandrew
02/18/2025, 10:29 PMdarkmoon_uk
02/18/2025, 10:31 PMcherron
02/18/2025, 10:32 PMdarkmoon_uk
02/18/2025, 10:57 PMdarkmoon_uk
02/18/2025, 10:58 PMandrew
02/18/2025, 10:58 PMandrew
02/18/2025, 10:59 PMcherron
02/18/2025, 11:04 PMSergey Aldoukhov
02/18/2025, 11:21 PMErik Dreyer
03/01/2025, 10:48 PMplugins {
kotlin("multiplatform") version "1.9.21"
kotlin("plugin.serialization") version "1.9.21"
id("org.jetbrains.compose") version "1.5.11"
}
Erik Dreyer
03/01/2025, 10:50 PMErik Dreyer
03/01/2025, 10:51 PMAvoid using exceptions for business errors. Instead use Arrow's `Either` type,
along with algebraic data types for error handling.
Use domain driven design when structuring the domain layer of the application
to separate different business domains into separate bounded contexts.