louiscad
11/15/2017, 1:39 PMlouiscad
11/15/2017, 4:30 PMmsink
11/15/2017, 4:33 PMlouiscad
11/15/2017, 4:35 PMmsink
11/15/2017, 4:40 PMelizarov
11/15/2017, 4:42 PMelizarov
11/15/2017, 4:43 PMlouiscad
11/15/2017, 5:03 PMelizarov
11/15/2017, 5:05 PMelizarov
11/15/2017, 5:06 PMelizarov
11/15/2017, 5:08 PMelizarov
11/15/2017, 5:10 PMelizarov
11/15/2017, 5:10 PMlouiscad
11/15/2017, 5:13 PMelizarov
11/15/2017, 5:15 PMlouiscad
11/15/2017, 5:16 PMelizarov
11/15/2017, 5:17 PMelizarov
11/15/2017, 5:26 PM?
, and !!
, and var
. This is a clear sign that the code is not idiomatic Kotlin. You have to embrace immutability to become idiomatic. You have learn to program in a different way, starting from how you design it. This, necessarily, leads to extra memory allocations, which is a no-go in many hard-realtime apps since it is hard to predict how long allocating/deallocating memory is going to take. Not that it is slow or takes a lot of memory. Not at all. It is just not so predictable. It is Ok for vast majority of apps, though, so you can concentrate on the logic of your app, instead of worrying about memory.louiscad
11/15/2017, 5:30 PMelizarov
11/15/2017, 5:33 PMelizarov
11/15/2017, 5:36 PMelizarov
11/15/2017, 5:39 PMmsink
11/15/2017, 5:45 PMelizarov
11/15/2017, 6:00 PMelizarov
11/15/2017, 6:01 PMmsink
11/15/2017, 6:14 PMlouiscad
11/15/2017, 7:11 PMlouiscad
11/15/2017, 7:19 PMmsink
11/15/2017, 7:24 PMelizarov
11/15/2017, 7:35 PMlouiscad
11/15/2017, 7:56 PMelizarov
11/15/2017, 7:58 PMlouiscad
11/15/2017, 8:10 PMlouiscad
11/15/2017, 8:13 PMmsink
11/15/2017, 8:24 PMuliluckas
11/15/2017, 8:52 PMmsink
11/15/2017, 9:13 PMlouiscad
11/15/2017, 10:36 PMmsink
11/15/2017, 11:23 PMmsink
11/16/2017, 7:23 AM