Davide Giuseppe Farella
06/16/2019, 8:55 AMsealed class MyRequest
class MySyncRequest
class MyAsyncRequest
But I use lower case when the file contains generic elements that can not be represented by a single class:
requestExtensions.kt
fun MyRequest.doSomething() = ...
fun MyRequest.doSomethingOther() = ...
starke
06/17/2019, 7:59 PMDavide Giuseppe Farella
06/17/2019, 8:00 PMDavide Giuseppe Farella
06/17/2019, 8:02 PMexceptions
with a bunch of very small files. In Kotlin I use the file exceptions.kt
with a bunch of very small classes