Giter VIP home page Giter VIP logo

Comments (4)

bergie avatar bergie commented on June 27, 2024

Good question. Currently for non continuation subtrees that doesn't happen. Instead, it is available via choice.toSong() on the contest node

@d4tocchini what do you think?

from flowerflip.

d4tocchini avatar d4tocchini commented on June 27, 2024

Looking at just path is dangerous, we really should be focusing more on the solution tree where each node in the tree has paths. I'd expect a branch to be like a continue that adds to the nearest parent tree, so this is what I'd expect:

solutionTree =
  path: [ 'root', 'contest_multiply', 'end' ]
  children: [
      path: ['a','3', 'tripled']
  ]

In that example, if the the subTree was used c.continue instead of c.tree, then I'd expect:

solutionTree =
  path: [ 'root', 'contest_multiply', 'a','3', 'tripled', 'end' ]

@bergie branches are treated as continuations, yes? With that in consideration, we definitely should be able to do promise chains from a branch as @cbchouinard requested.

from flowerflip.

d4tocchini avatar d4tocchini commented on June 27, 2024

@bergie how do we get the sane & clean solution tree (#9) ? Would be best if we start using that in our specs and in Taylor, as that's what Fletcher will use to grade the solutions...

from flowerflip.

bergie avatar bergie commented on June 27, 2024

@d4tocchini use Choice.toSong()

from flowerflip.

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.