Code Monkey home page Code Monkey logo

Comments (3)

AckerApple avatar AckerApple commented on June 8, 2024

My quick opinion is that this libraries one sole job should just be to convert. Meaning convert only and limit extra functionality to another package.

I feel it is your responsibility and duty to have your data modified before before this package does its main job. You should clone, loop, and reformat your data is my suggestion.

I could be wrong. I am one of several contributors to this package

from jsonexport.

shivanikohlii avatar shivanikohlii commented on June 8, 2024

That a justified belief, I was just curious if the feature was already specified as some other libraries do have that feature. It just makes the process quicker and easier. Thanks for your reply!

from jsonexport.

AckerApple avatar AckerApple commented on June 8, 2024

In my experience, and I hope you agree, a function should do no more than one job or as little tasks as possible because it often doesn't always do both jobs (waste in file size, processing conditions...) and the more code the more to consider when upgrading (scalability factor).

The big wind above said, I hope you can agree that this package should do less and you should be open to use a package like lodash for parsing your data, today, and then tomorrow switch to a functional library like ramda to do your parsing........... The right tool for the right job combined with other right tools for there jobs, is my principle

from jsonexport.

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.