Giter Site home page Giter Site logo

Comments (3)

McManning avatar McManning commented on July 30, 2024

Couple other thoughts in no particular order:

  • If I were to split it out, I'd be able to create explicit InputPort and OutputPort classes - without worrying about Unity polymorphic list serialization headaches
  • If I wanted to extend in the future into different port directions (e.g. Direction.Down, Direction.Up, Direction.ExecutionFlow or whatever actually makes sense for particular use cases), I'd have to make an explicit collection and methods per new direction. Whereas right now it's a simple AddPort(new Port(configured however I want)) and GetPort("Foo")
  • While it's kinda awkward that IO can't have the same name, maybe that'd help reduce debugging confusion later?

from bluegraph.

McManning avatar McManning commented on July 30, 2024

For the storage format in runtime nodes, I'm going to keep this as a single list. Moving forward - I might look at changing the API to be more explicit, but since that won't be a breaking change on the format itself I'm moving this off the priority list for release.

from bluegraph.

McManning avatar McManning commented on July 30, 2024

Closing this out - I'm sticking with a single port list until it becomes a problem. At which point I can look at doing a 2.0 for it.

from bluegraph.

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.