Git Product home page Git Product logo

Comments (3)

domn1995 avatar domn1995 commented on May 24, 2024 1

Closing as the core functionality is implemented by #21 and #25 and released in https://github.com/domn1995/dunet/releases/tag/v0.5.0

Will track factory method generation in #12.

Thanks so much for this awesome suggestion!

from dunet.

domn1995 avatar domn1995 commented on May 24, 2024

I really like this idea! Seems more powerful and easier to generate sources for.

Implementation note
This should probably be implemented as an additional generator that gets triggered when an abstract record marked with the Union attribute changes. Don't think it would be a good idea to try to fit this functionality into DiscriminatedUnionGenerator.

If this method proves better, we can eventually deprecate the marked interface generator in favor of this new method.

from dunet.

domn1995 avatar domn1995 commented on May 24, 2024

With this implementation we should also be able to do:

using static Result;

// Instantiate the Error case directly:
var result = new Error(new Exception("hi :)"));

// Use the factory methods that return `Result`:
var otherResult = NewError(new Exception("another way"));

from dunet.

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.