For example if you have `MyClass.()-> Unit` hav...
# codingconventions
b
For example if you have
MyClass.()-> Unit
have a typealias
MyClassExtension
or if you have
Generic<T>
typealiases would be
IntGeneric
or
StringGeneric
l
bamdmux: I’d say use something that helps understanding the code. so e.g.
() -> Unit
could be
ClickAction
or something
b
@lovis When its possible I indeed try to give semantic names. But I was wondering if there was some kind of naming strategy for more "abastract" situations