Giter VIP home page Giter VIP logo

Comments (4)

weavejester avatar weavejester commented on May 17, 2024

Sorry for the delay in responding to this.

It's not possible to do this at the moment. The routes are too open-ended - you'd need more a more restrictive routing table for the route to be derived from the controller.

This is a useful feature to have, but I think it would require some additional control structure on top of the existing routing system. I'm not certain quite yet what this would look like.

from compojure.

bahmanm avatar bahmanm commented on May 17, 2024

👍
I believe this issue shouldn't have been closed. It's such a useful thing to have that it deserves a bit of attention. Not only it eases testing but also greatly reduces the hard-coded --and prone to change specially during the early stages of product's life time-- text links.

from compojure.

weavejester avatar weavejester commented on May 17, 2024

The closing of this issue needs some explanation. Routes in Compojure are too open-ended to reverse. Any attempt to add this feature to Compojure directly would be a half-measure, because routes can potentially be Turning-complete, and therefore no reverse-url function would work on all routes.

The best way to resolve this is to construct a new routing system that can be reversed, which in turn means creating one that's significantly more restrictive than Compojure's. Naturally this would be a separate project, but one that could be built on top of Compojure.

from compojure.

sebastiansen avatar sebastiansen commented on May 17, 2024

I have been working on this project built on top of compojure with a routing system that supports this feature.

from compojure.

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.