Coder Social home page Coder Social logo

Suggestions about ex_q HOT 1 CLOSED

gpedic avatar gpedic commented on July 18, 2024 1
Suggestions

from ex_q.

Comments (1)

gpedic avatar gpedic commented on July 18, 2024 1

How about replacing both put and run with a single add?

2 points I like about put,run

  1. it's in line with the API Ecto.Multi provides, which was one of my goals
  2. I not too fond of mashing together two separate behaviors for what seems to be a small amount of convenience?
    Btw it's possible to put anything, including a function reference or mfa tuple since there is no ambiguity, having just add would mean that's no longer possible without workarounds

Maybe instead of a map, a keyword list would be more valuable, preserving the sequence of the execution.

But then pattern matching on the state would become pretty much impossible. Also it is possible to get the order from the q via Q.to_list(pipeline), though I think this also returns the content of the operation, if it's a common case then adding a convenience function to just return the operations might be needed

from ex_q.

Related Issues (1)

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.