Giter Site home page Giter Site logo

Comments (2)

pblasucci avatar pblasucci commented on May 22, 2024 4

So, speaking purely for myself, the longer I work with F#, the less I care about custom wrappers over C# libraries -- unless the wrapper manages to seriously alter the paradigm (or if the C# API is especially egregious). And, no, I don't think simply re-exposing tupled methods as curried functions meets the bar for "seriously alter the paradigm" (i.e. object-centric programming is fine sometimes). 😉

For example, the HttpHandler approach offered by Falco/Giraffe/Suave is great. It creates a very different paradigm (rather then using controllers). But for the host setup, I don't think a custom layer adds very much (even if it is quite pretty). So, I'd be fine with deprecating it (aside: I've actually gone back to using a Startup class for all but the simplest scenarios).

from falco.

pimbrouwers avatar pimbrouwers commented on May 22, 2024 1

Thanks Paul! So glad to have your feedback here.

I completely agree with you. My goal has ways been to create the skinniest set of tools possible which allow for meaningful work to get done. I'll admit it felt out of place when I first added the builder, more or less chasing the sexy "5 line hello world".

from falco.

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.