jkbbwr
09/07/2018, 3:38 PMpoohbar
09/08/2018, 5:28 PMbenleggiero
09/09/2018, 6:58 PMbenleggiero
09/09/2018, 7:00 PMpoohbar
09/09/2018, 10:37 PM.windowed
and .chunked
. That never hurts anything because it does not add any new concepts to the language.gildor
09/10/2018, 1:13 AMtype
which is typealiase definitionbenleggiero
09/10/2018, 1:27 AMpoohbar
09/10/2018, 12:48 PMpoohbar
09/10/2018, 12:51 PMgildor
09/10/2018, 1:08 PMeddie
09/10/2018, 8:58 PMgildor
09/10/2018, 11:29 PMeddie
09/10/2018, 11:34 PMgildor
09/11/2018, 1:57 AMeddie
09/11/2018, 1:59 AMgildor
09/11/2018, 2:05 AMhttps://3.bp.blogspot.com/-bFk6fuNhRSY/V9xqibxnA1I/AAAAAAAANoo/zDF_pg-CdOkLg-KLTVTWZ8Y4_EmHulObACLcB/s1600/java%2Bobject%2Blayout.png▾
eddie
09/11/2018, 2:05 AMgildor
09/11/2018, 2:05 AMgildor
09/11/2018, 2:07 AMeddie
09/11/2018, 2:12 AMgildor
09/11/2018, 2:15 AMgildor
09/11/2018, 2:17 AMeddie
09/11/2018, 2:18 AMgildor
09/11/2018, 2:23 AMjkbbwr
09/15/2018, 8:06 PMbenleggiero
09/15/2018, 10:09 PMeddie
09/15/2018, 10:11 PMbenleggiero
09/15/2018, 10:25 PMeddie
09/15/2018, 10:25 PMeddie
09/15/2018, 10:25 PMthemishkun
09/16/2018, 12:05 PMbenleggiero
09/16/2018, 4:22 PMTry
or Either
are in the Kotlin language or stdlib 🙃themishkun
09/16/2018, 4:27 PMbenleggiero
09/16/2018, 4:30 PMgildor
09/16/2018, 4:41 PMbenleggiero
09/16/2018, 5:04 PM@Throws
and you turn on a specific compiler warning.jkbbwr
09/16/2018, 7:38 PMjkbbwr
09/16/2018, 7:38 PMbenleggiero
09/16/2018, 7:49 PMbenleggiero
09/16/2018, 7:49 PMDico
09/16/2018, 8:33 PMDico
09/16/2018, 8:33 PMDico
09/16/2018, 8:34 PMthemishkun
09/16/2018, 8:40 PMbenleggiero
09/16/2018, 8:49 PMTry
pattern is good. But it's not something a first-time dev, or even an experienced dev new to Kotlin, will have the opportunity to use. As useful as Arrow is, it's not Kotlin and it's not Kotlin's stdlib. It's a third-party library that adds missing functionality to a language, because it believes that functionality is essential to using that language. This is a perfect argument to implementing such functionality in the language itself.jkbbwr
09/17/2018, 12:31 AMgildor
09/17/2018, 1:18 AMbetter experience right now in Java because the compiler forces me to explicitly handle a checked exceptionAfter 20 years of Java and experiment with checked exceptions most of devs agree that this is not a good idea and many modern Java libraries never use checked exceptions because of verbosity What is really needed is just an IDE inspection that warns you about checked exceptions on Java code to work with API that overuse exceptions
jkbbwr
09/17/2018, 1:39 AMgildor
09/17/2018, 1:42 AM.getOrThrow()
gildor
09/17/2018, 1:42 AMresult!!
benleggiero
09/17/2018, 11:50 PMgildor
09/18/2018, 1:08 AM