Shreyas Patil
09/18/2024, 1:11 PMephemient
09/18/2024, 1:30 PMStefan Oltmann
09/18/2024, 2:02 PMStefan Oltmann
09/18/2024, 2:03 PMephemient
09/18/2024, 2:04 PMStefan Oltmann
09/18/2024, 2:05 PMStefan Oltmann
09/18/2024, 2:06 PMPavel Haluza
09/18/2024, 3:29 PMCLOVIS
09/18/2024, 3:39 PMControl flow exceptions are considered being an anti-pattern in my world.Actually it's the opposite way around ๐ Control flow exceptions are bad because their stacktrace is expensive If you disable stacktraces, and carefully write a DSL so the exception cannot "leak", you can use them fairly safely as a sort of more powerful non-local return The best example I know is https://arrow-kt.io/learn/typed-errors/working-with-typed-errors/