It's so hard for me to avoid the temptation to jus...
# codingconventions
h
It's so hard for me to avoid the temptation to just include all functionality corresponding to an object within that object itself
i
Sometimes when I am tempted and this does on validate project layer separation I am simply putting multiple classes in single file (eg. Clean Architecture Request/Response/Usecase) to keep “connected code elements” closer to each other