Skip to content

Instantly share code, notes, and snippets.

@steverob
Created October 23, 2016 20:00
Show Gist options
  • Save steverob/f8f2d44d374c93d4cac706c5ac875bbb to your computer and use it in GitHub Desktop.
Save steverob/f8f2d44d374c93d4cac706c5ac875bbb to your computer and use it in GitHub Desktop.
Recommended commenting style for Debtrakr
#FIXME spelling of world possibly wrong?
def hello_world
puts 'hello, worrld'
end
#FIXME meaningless!
def foo
puts 'bar'
end
#TODO meaningless!
def bar
puts 'foo'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment