Skip to content

Commit

Permalink
Merge pull request github#97 from github/jhunschejones-patch-1
Browse files Browse the repository at this point in the history
Remove bad link
  • Loading branch information
orhantoy committed Jun 24, 2022
2 parents b0c1159 + beb6ce8 commit a791e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion STYLEGUIDE.md
Expand Up @@ -387,7 +387,8 @@ remove_member(user, skip_membership_check: true)

* The names of potentially "dangerous" methods (i.e. methods that modify `self` or the
arguments, `exit!`, etc.) should end with an exclamation mark. Bang methods
should only exist if a non-bang method exists. ([More on this](http://dablog.rubypal.com/2007/8/15/bang-methods-or-danger-will-rubyist)).
should only exist if a non-bang counterpart (method name which does NOT end with !)
also exists.

## Percent Literals

Expand Down

0 comments on commit a791e78

Please sign in to comment.