Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix double negative in User#skills. #9

Merged
merged 1 commit into from
Jan 23, 2012

Conversation

etsaii
Copy link

@etsaii etsaii commented Jan 22, 2012

Double negatives are hard to read and understand. Since there is
a Ruby method that does the exact same thing with more clarity,
we might as well use that.

Double negatives are hard to read and understand. Since there is
a Ruby method that does the exact same thing with more clarity,
we might as well use that.
@sarahmei
Copy link
Member

+1

Any time I am tempted to use a ! I try to refactor it to be more readable. They're really easy to miss.

ultrasaurus added a commit that referenced this pull request Jan 23, 2012
Fix double negative in User#skills.
@ultrasaurus ultrasaurus merged commit a60ae98 into railsbridge:master Jan 23, 2012
@nuclearsandwich
Copy link
Member

Hi five @ETsai! Sigh, they grow up so fast. Good work ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants