Eva

Results 8 comments of Eva

I am refactoring some things in editor.js and found some code I'm not understanding. Am I correct to say that `&& text.indexOf("o") === -1 && text.indexOf("0e") !== 0` located [here](https://github.com/simon987/Much-Assembly-Required/blob/master/Server/src/main/resources/static/js/editor.js#L187)...

oh ok, good to know thanks!

Are there tests written for editor.js? Specifically the function `getOperandType`? I've refactored that function but cannot seem to find tests for it. If there truly are no tests, should I...

I completely agree! I had planned on doing something about that but then got side-tracked. I'll push some updates later.

I think it would also help to structure it like a file directory. Seeing things like ``` promises/async await promises/intro promises/simplifying promises ``` is redundant. It could instead be ```...

What kinds of things will the introduction include? Just trying to make sure I don't write an article that would overlap things you cover.

@haydennyyy Issue #48 is a solution to what you are describing

@haydennyyy but couldn't that be done with the issue I linked? So in the fundamentals article there might be a section describing for-loops. Then there can be a code block...