GithubHelp home page GithubHelp logo

Comments (5)

dfirsht avatar dfirsht commented on April 30, 2024

Comment by rfdickerson
Monday Jan 18, 2016 at 14:49 GMT


I thought our design is to modularize the entire Phoenix project into modules (like net, sys, io, etc). Should we instead have a single dependency target of Phoenix?

from kitura.

dfirsht avatar dfirsht commented on April 30, 2024

Comment by KALLNER
Monday Jan 18, 2016 at 15:28 GMT


In general I'm in favor of smaller modules, that way one doesn't always add quite so much bloat to one's application.

Some parts of Phoenix are optional and/or replaceable. Why have them embedded if one isn't using them?

from kitura.

dfirsht avatar dfirsht commented on April 30, 2024

Comment by babt
Monday Jan 18, 2016 at 15:36 GMT


I agree here with Shmuel. Small modules allow for leaner code. You only need to import what you're going to be using.

from kitura.

dfirsht avatar dfirsht commented on April 30, 2024

Comment by dfirsht
Monday Jan 18, 2016 at 16:47 GMT


The idea behind this issue is not to get rid of the individual modules, rather to have a peer of the modules called Phoenix that imports all of the other modules. This allows users who just want to use everything to only import one module. They will not need to know what the other modules are or what they contain.

from kitura.

dfirsht avatar dfirsht commented on April 30, 2024

Since we broke the project into different repos, this issue is no longer valid. The project is now purposefully separated so it should be explicit when we use functions across modules.

from kitura.

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.