Giter Site home page Giter Site logo

Comments (2)

SBoudrias avatar SBoudrias commented on June 4, 2024

Well Inquirer is my first major open source project (where I'm the main author). So lots of what I discovered is about open source:

  1. The community will back good ideas. I didn't had a huge audience when launching Inquirer.js, but it became a fairly big project on its own.
  2. People will rely on you and most of them won't give much help. Users will open a bunch of tickets, but very few will actually send PR.
  3. People like amazing UI, and they'll port it to other language... Inquirer in python, in ruby, etc. I really never expected this.

About Inquirer of itself.

I think it's very hard to create a reliable product without integration test. This is still an issue today, but I really dream of a command line integration testing tool.

Command lines are very inconsistent between each other. Each one have tons of features other don't support, so it's pretty hard to find the minimum common features and rely on them.

At the time Node had a very bad support for ANSI control codes, so I created Readline2 to have a common base to work off.

Otherwise from my recent refactor, I'd say my design ideal today is: very few classes, lots of standalone functions and englobe every common pattern in a reusable components who're easier to test.

from ama.

hemanth avatar hemanth commented on June 4, 2024

I think it's very hard to create a reliable product without integration test.

^ Strongly agree.

from ama.

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.