-
Notifications
You must be signed in to change notification settings - Fork 276
Conversation
…ng in simplifyFractions folder
5d971f5
to
806b44a
Compare
I'm gonna work on this some more today probably |
|
||
module.exports = { | ||
expressionStepper: simplifyExpression.stepThrough, | ||
// TODO: after deploying this and then the update to Athena. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this part is important to see
@@ -1,420 +0,0 @@ | |||
'use strict'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PolynomialTermOperations.js is gone now! :)
return NodeStatus.noChange(node); | ||
} | ||
|
||
function multiplyPolynomialTerms(node) { // TODO: do this for add too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh I can take out this TODO
return NodeStatus.noChange(node); | ||
} | ||
} | ||
// TODO(ael): make nthRoot a folder and sort out these functions better |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left this for later, cause I wasn't sure what the best way to structure it was
const reduceMultiplicationByZero = require('./reduceMultiplicationByZero'); | ||
const reduceZeroDividedByAnything = require('./reduceZeroDividedByAnything'); | ||
const rearrangeCoefficient = require('./rearrangeCoefficient'); | ||
// TODO: move the rest of the functions into their own files too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might make this an issue, it's not super important but would feel cleaner I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍 😍 😍 😍 😍 😍 😍 😍 😍 😍 😍 😍 😍
Let's merge this :) |
k one sec gonna remove a stale comment and merge |
TODO:
step
at all, use the first step from stepThrough for tests that teststep
)... and anything else!
NOT IN THIS PR: moving removeParens, that should be it's own PR