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

Refactor redirector logic #179

Merged
merged 4 commits into from
Mar 30, 2015
Merged

Refactor redirector logic #179

merged 4 commits into from
Mar 30, 2015

Conversation

ixti
Copy link
Member

@ixti ixti commented Mar 16, 2015

Resolves #112
Overtakes #178

@ixti ixti self-assigned this Mar 16, 2015
@ixti ixti added the WIP label Mar 16, 2015
@tarcieri
Copy link
Member

Test failures?

@ixti ixti force-pushed the improvement/redirector-logic branch 2 times, most recently from af97906 to ca44a6f Compare March 22, 2015 22:52
@sferik sferik modified the milestone: v0.8.0 Mar 28, 2015
ixti and others added 4 commits March 30, 2015 02:21
Also, I must explain my very own policy about using brackets for method calls.
Generally that will sound like: when it  makes sense to make code more obvious.

These are good example when I would not add brackets:

        something.makes_good
        read_config JSON.parse str

These are example when I will definitely put brackets:

        read_config(JSON.parse(str), true) # more than one arg
        read_config(params || {})          # not a simple param
@ixti ixti force-pushed the improvement/redirector-logic branch from ca44a6f to 773f2ee Compare March 30, 2015 01:17
@ixti ixti merged commit 773f2ee into master Mar 30, 2015
@ixti ixti deleted the improvement/redirector-logic branch March 30, 2015 01:18
@ixti ixti removed the WIP label Apr 1, 2015
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.

Enhance Redirector logic
4 participants