This folder contains the code shared by several features. Please add code to one of subfolder:
coordinator/
if the code is only shared by coordinators/mediatorsmodel/
if the code is only shared by model objectsui/
if the code is only shared by ui elementspublic/
if the code is shared by allNote that coordinators/mediators have access to all sub-folders, so if you are adding code related to the UI but that coordinators/mediators will also use, the correct folder is ui/
.