Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nid90 on github.
  • I am nid90 (https://keybase.io/nid90) on keybase.
  • I have a public key ASBiIgJAP8Mnro2ZpPTPrePl4DONq30xj-WNn5jZXHT3kAo

To claim this, I am signing this object:

@nid90
nid90 / name_example.rb
Last active December 15, 2015 16:38
Example for well named methods
class MadService
# ...
end
# The class name doesn't make sense. A better name would be -
class MemberAppreciationDiscountService
# ...
end