Giter Club home page Giter Club logo

Comments (6)

mcollina avatar mcollina commented on June 14, 2024 1

There is still https://github.com/davidedantonio/create-fastify-app/blob/master/lib/utils.js#L90.

Don't do https://github.com/davidedantonio/create-fastify-app/blob/master/lib/utils.js#L29-L62. remove cb and just use async functions. You are calling cb() multiple times in there.

process.exit() is a top-level concern, and should not really be in a utils file (https://github.com/davidedantonio/create-fastify-app/blob/master/lib/utils.js#L26).

Do not promisify manually (https://github.com/davidedantonio/create-fastify-app/blob/master/lib/fs.js), use https://nodejs.org/dist/latest-v8.x/docs/api/util.html#util_util_promisify_original.

from create-fastify-app.

davidedantonio avatar davidedantonio commented on June 14, 2024 1

I've removed the fs file utils except for fileExists function that I moved to the utils.js file.
I need that this function return true or false value, and I don't think it's a good solution to rewrite the same function in all the files where I need it.

from create-fastify-app.

davidedantonio avatar davidedantonio commented on June 14, 2024

@mcollina Removed all Sync calls...I hope this is the right way to do it!
Do you have any other suggestion? Or do you think that's okay?

from create-fastify-app.

davidedantonio avatar davidedantonio commented on June 14, 2024

Thanks again for the suggestions! 🙏

Do you think it is right to keep the fs.js file or move all the promisified functions to their respective files?

from create-fastify-app.

mcollina avatar mcollina commented on June 14, 2024

I would remove it.

from create-fastify-app.

mcollina avatar mcollina commented on June 14, 2024

Good work!

from create-fastify-app.

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.