Coder Social home page Coder Social logo

Comments (6)

helio-frota avatar helio-frota commented on September 24, 2024 1

Project structure:

Documentation:

Code:

  • Some unused variables.
  • Function names using underline instead camelCase.
  • Using var instead ES6 let and const.
  • Some global variables.
  • Heavy 'this' usage.
  • Mix single and double quotes.
  • Magic numbers.
  • Missing ';' sometimes.

Style:

  • {} on the same line.
  • Missing blank lines between functions.
  • Long lines
  • Spaces

Dev cycle:

  • Not able to run the tests with 'npm run test'.

from entente.

lance avatar lance commented on September 24, 2024

Looks good @helio-frota. Thanks!

I've updated the GUIDELINES.md document to address some of your points in the 'Code' and 'Style' sections here. https://github.com/bucharest-gold/entente/blob/master/GUIDELINES.md#some-things-linting-will-catch

@grs Helio has looked through your code and found a number of issues related to our "standard" recommendations for node projects. Have a look here, and we'd be happy to discuss with you.

Thanks!

from entente.

helio-frota avatar helio-frota commented on September 24, 2024

'Some things linting will catch'
true !
@lance 👍

from entente.

grs avatar grs commented on September 24, 2024

Thanks! I'll start going through these soon (I'm on PTO from 21st for a bit, so will likely be when I get back).

from entente.

lance avatar lance commented on September 24, 2024

This looks like it can be closed. Or is there more that needs to be done here?

from entente.

balunasj avatar balunasj commented on September 24, 2024

Yeah, I think this can be closed. @grs if you would like more help or reviews just open/re-open an issue and ping us on the mailing list!

from entente.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.