Skip to content

Instantly share code, notes, and snippets.

@nid90
Last active December 15, 2015 16:38
Show Gist options
  • Save nid90/5290307 to your computer and use it in GitHub Desktop.
Save nid90/5290307 to your computer and use it in GitHub Desktop.
Example for well named methods
class MadService
# ...
end
# The class name doesn't make sense. A better name would be -
class MemberAppreciationDiscountService
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment