icyflame / cli-cube-timer

Time your solves, without leaving the terminal
https://npmjs.org/package/cli-cube-timer
20 stars 5 forks source link

Remove the `start_solve` variable throughout `index.js` #50

Closed icyflame closed 6 years ago

icyflame commented 6 years ago

start_solve = start_inspect + 1

Throughout index.js, the two variables are incremented synchronously. There's no need to have two variables.

Refactor the code to have only start_inspect and infer other dependent variables from it.

icyflame commented 6 years ago

Fixed in #52