miqbaldc
09/30/2021, 3:35 AMFlow<T>.catch
, runCatching {}
etc
2. Dual-use API introduced for convenient e.g: getOrNull
, getOrDefault
etc
3. Use preconditions and compile check when writing public API/method
https://medium.com/sampingan-tech/kotlin-getting-to-knows-with-exceptions-564f8b2bc3chfhbd
09/30/2021, 7:57 AM