Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Improve code base#66

Open
w8m8 wants to merge 2 commits into
yatish27:masterfrom
w8m8:code-improvements
Open

Improve code base#66
w8m8 wants to merge 2 commits into
yatish27:masterfrom
w8m8:code-improvements

Conversation

@w8m8

@w8m8 w8m8 commented Dec 19, 2015

Copy link
Copy Markdown
  • Changed double quotes to single unless interpolation or special
    symbols are used in string
  • Rename methods prefixed with get (as all method essentially get
    something) to find
  • Use new Ruby (> v1.9) hash syntax
  • Swap out gsub with tr when there’s no regular expression for
    performance
  • Remove parenthesis for method calls with no argument

w8m8 added 2 commits December 19, 2015 20:49
- Changed double quotes to single unless interpolation or special
symbols are used in string
- Rename methods prefixed with get (as all method essentially get
something) to find
- Use new Ruby (> v1.9) hash syntax
- Swap out gsub with tr when there’s no regular expression for
performance
- Remove parenthesis for method calls with no argument
@w8m8

w8m8 commented Dec 19, 2015

Copy link
Copy Markdown
Author

The reason why it fails with Travis appears to be an issue with the bundler and the configuration, rather than the code, so should be problem free.

@oskarlakner

Copy link
Copy Markdown
Contributor

@yatish27

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants