Skip to content

Conversation

@felipesqra
Copy link
Collaborator

Todos arquivos contidos na pasta "backend" são iguais aos que já foram revisados no "Moenda", não necessitando portanto de nova revisão. As implementações que acredito que precisem de revisão são as da pasta "services", "app.js" e "server.js".

Copy link

@fanny fanny left a comment

Choose a reason for hiding this comment

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

I'm so proud to see you starting the moenda web app, thank you so much for your work, I've made some comments, feel free to discuss and disagree of them.

Also, before any PR, remember to remove the node_modules folder

@@ -0,0 +1,122 @@
const util = require("../util");
Copy link

Choose a reason for hiding this comment

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

Why are there the same files of moenda? Isn't better to communicate with the moenda app instead of replicate each file? How do you plan keep them sync?

Copy link

Choose a reason for hiding this comment

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

My suggestion is download the moenda app and use the modules exported by the app

test('ruleFirstSectionStartsWithHx returns object',
() => {
const object = mdRoules.ruleFirstSectionStartsWithHx("/home/felipe/fork/Moenda/README.md", "/home/felipe/fork/Moenda/config.js");
expect("object").toBe(typeof object);
Copy link

Choose a reason for hiding this comment

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

Is not better to compare the content instead of the types? What are the advantages doing that?

@@ -0,0 +1,22 @@
var Git = require("nodegit");
Copy link

Choose a reason for hiding this comment

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

Do not use var, there are some inconsistencies caused by it, also JavaScript doesn't start the variables name with uppercase

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.

2 participants