Code Monkey home page Code Monkey logo

Comments (2)

TimBarham avatar TimBarham commented on May 18, 2024

Hmmm, you shouldn't need to use git subtree. I find it very easy to work with this setup simply by doing the following:

In taco-simulate-server root folder:

$ npm link

In taco-simulate root folder:

$ npm link taco-simulate-server

Now taco-simulate is taking a dependency on your local version of taco-simulate-server, and changes made in the latter are immediately reflected in the former.

from taco-simulate.

busykai avatar busykai commented on May 18, 2024

It's OK for the open source case, but not for our private fork (we would like to avoid fetching deps from a repo at the build time). It's not the question of what specific way of linking those two to use though.

There are other arguments for merging them back: 1. Developing a test suite is unnecessarily complicated (you need to test them together); 2. Changes to communication protocol require changes on both sides; 3. Linting and other repo-wide configurations have to be duplicated. I could think of few more if I think harder. However, I don't see a clear argument for diving them at this point in time. We can actually build two npm packages out of a single repo, so that part does not have to change.

from taco-simulate.

Related Issues (2)

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.