Hi guys,
I was wondering what is the naming convension for files containing ‘multiple’ stuff - classes, extension functions, etc... So far we used lowercase naming for such things. Like functional.kt, builders.kt, etc.
t
Tsvetozar Bonev
02/18/2019, 9:04 AM
Don't think there is an official naming convention, but I usually name it something of the sort of XHelpers.kt or XExtensions.kt
where X is some word describing the group