GithubHelp home page GithubHelp logo

Comments (3)

ahopkins avatar ahopkins commented on May 11, 2024 1
  1. url_for is the only place the core project uses it. However, we've been moving towards pushing naming in Apps and Blueprints for several years now. In last LTS (for example) strict enforcement is enabled for app and blueprint naming. This is part of that shift.
  2. It uses handler because that's fairly descriptive for what it is. AFAIK it does not use two similarly named functions in the same example. If it does we should fix that.
  3. Yes, it works, which is why we have not broken that and do not have a current plan to. I'd like to strictly enforce, but there has not yet been a need to push that. Other python tools like flake8 will yell at you for this.
  4. What Flask does is fairly irrelevant and would not sway my opinion in either direction.
  5. There is not currently a unique naming requirement. I would like to enforce that, but we are several release cycles away from being able to do that.

With that all said, we probably should add the warning to 21.3 and aim for enforcement by the end of the year.

from sanic-ext.

ahopkins avatar ahopkins commented on May 11, 2024

This is discouraged for sure. It probably should be a warning by the core project.

from sanic-ext.

xmcp avatar xmcp commented on May 11, 2024

I surveyed the Sanic docs for a while before posting this issue, and I wonder whether duplicate route names are really discouraged.

Here are some findings:

  • The API doc for Sanic.route says that the name is an Optional[str] as a "user defined route name for url_for". It suggests that a unique name is optional and only needed by url_for.
  • The Sanic user guide itself heavily uses handler as the function name, which is not unique.
  • It actually works perfectly fine if handler names are not unique.

By comparison, Flask said in its API doc that endpoint names should not duplicate, and it raises AssertionError: View function mapping is overwriting an existing endpoint function: handler before server startup if the developer really violates this.

So if you are sure that handler names must be unique in Sanic, I would suggest a warning both in the user guide and in the Sanic code.

from sanic-ext.

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.