Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

Conversation

qingweibinary
Copy link
Contributor

No description provided.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling b4b617f on qingweibinary:qingwei/disable_range_selector_in_purchase into * on binary-com:master*.

const lastNewTicksEpoch = getLast(newTicks).epoch;
const oldestExistingTickEpoch = existingTicks[0].epoch;
const lastExistingTickEpoch = getLastTick(existingTicks).epoch;
const lastExistingTickEpoch = getLast(existingTicks).epoch;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW getLast turns out is an overkill 💃
because [][0] is undefined anyways, it is not an error 👯

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it at least serve as a shorthand of

superUglyAndLongVariableName[superUglyAndLongVariableName.length - 1]

@borisyankov borisyankov merged commit 81c1add into regentmarkets-repo-archive:master Aug 23, 2016
@qingweibinary qingweibinary deleted the qingwei/disable_range_selector_in_purchase branch September 26, 2016 07:34
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.

3 participants