Giter VIP home page Giter VIP logo

Comments (4)

samber avatar samber commented on July 20, 2024

You use case is interesting.

I wonder if it could be replaced by Must+Try:

err, ok := lo.TryWithErrorValue(func() error {
    complexStruct{
        id: Must(doSimpleThing1()),
        name: Must(doSimpleThing2()),
        email: Must(doSimpleThing2()),
        ...
    }

    return nil
})

WDYT?

from lo.

wirekang avatar wirekang commented on July 20, 2024

@samber
https://gist.github.com/wirekang/372054026f5f7db887d55485b8ee4ca2

I wrote 3 different way to make Person from ctx. I think Delay(temp name) way is also a decent way, although it's similar with Try way.

from lo.

samber avatar samber commented on July 20, 2024

Using this Delay function implies a side effect. I'm not a fan of such a pattern. In the library, we try to stay close to functional programming philosophy.

On the other side, Try+Must will halt the function and immediately return the error.

I don't want to block this contrib, but I wonder if we could make it easier to use.

from lo.

wirekang avatar wirekang commented on July 20, 2024

I totally agree with you, and I think there are no way to make the function easier to use due to limitation of Go.

from lo.

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.