Skip to content

Instantly share code, notes, and snippets.

@robbyrussell
Created June 24, 2010 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyrussell/452004 to your computer and use it in GitHub Desktop.
Save robbyrussell/452004 to your computer and use it in GitHub Desktop.
...so we're working on an existing project and we come across comments like this..
def to_param
# Let's use the invoice_no so nobody gets any bright ideas.
self.invoice_no
end
# This class represents the user's shopping cart. Vrrm vrrm!
class ShoppingCart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment