Post #1360927
2025-08-07 21:50 UTC
@davidism @hynek Yeah, I mentioned you can do it. In FastAPI it really feels like fighting against the framework. In Flask the blueprint stuff is a bit better, but just as a matter of personal taste I still prefer just not having the bound decorators to begin with.
Replies (1)
-
@davidism@mas.to 2025-08-08 00:30
@ubernostrum @hynek I really liked the article, I hadn’t looked closely at Litestar yet, and it’s always interesting to see patterns evolving like this. I’m with you, I’ve thought hard before on how Flask might evolve in this area. Maybe one day I'll be able to do it.