DEV Community

Discussion on: What "accepted truth" in software development do you find questionable?

Collapse
 
itr13 profile image
Mikael Klages

Recently I've tested making "util" classes/files (depending on language), where I put functions that have to be used from multiple classes.

These I try to keep as small and generic as possible, so that coupling errors don't happen (and so far they haven't).