chordy
chordy copied to clipboard
Use Ruby conventions in functions
- Functions that return a boolean should have a
?
suffix. - Functions that cause effects should have a
!
suffix.