I am really confused by `kotlinx.android.extension...
# android
j
I am really confused by
kotlinx.android.extensions.LayoutContainer
- the property it defines is called
containerView
but it is used for the content of a `ViewHolder`; I think it should be called
contentView
or
containedView
- not
container
because “container” in English means the holder. Am I misunderstanding it or is it poorly named?