I have a class that does some business logic. I l...
# announcements
z
I have a class that does some business logic. I like to keep my functions small, simple and well named. To achieve this I often extract logic out into a helper method, but still scoped to that class.