Kotlin- naming convention for boolean returning methods
Something about naming convention for properties in Kotlin, I know it’s not for methods. But it’s related: From book Kotlin in Action (by Dmitry Jemerov & Svetlana Isakova) – section 2.2.1 Properties: In Kotlin, properties are a first-class language feature, which entirely replaces fields and accessor methods. Listing 2.5. Declaring a mutable property in a … Read more