Coder Social home page Coder Social logo

yieldable objects about co HOT 7 CLOSED

tj avatar tj commented on May 18, 2024
yieldable objects

from co.

Comments (7)

tj avatar tj commented on May 18, 2024

yea I thought about that, but with ES6 you could just do regular destructuring: let {a, b, c} = yield [foo, bar, baz]

from co.

jonathanong avatar jonathanong commented on May 18, 2024

but i want an actual object:

obj === {
  a: 'something',
  b: 'something else',
  c: 'something else else'
}

from co.

tj avatar tj commented on May 18, 2024

minimal win I think for introducing a new thing, but now that I've actually started finally using koa maybe this will be common haha I'll leave it open for now. I've definitely noticed a few things that would be super easy with coroutines that are super awkward with generators so we might have to tweak some stuff

from co.

dwerner avatar dwerner commented on May 18, 2024

@tj: is your example using the new ES6 object literal shorthand? Or does that not pair with destructuring...?

from co.

jonathanong avatar jonathanong commented on May 18, 2024

yeah, for me it's to query a bunch of locals in parallel. it would be kind of difficult doing that with destructuring. i can do something like:

this.locals = yield queries

this.locals.things.forEach()

from co.

tj avatar tj commented on May 18, 2024

yeah sounds reasonable I'm down for trying it out at least!

from co.

jonathanong avatar jonathanong commented on May 18, 2024

yay

from co.

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.