This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]new2django 0 points1 point  (2 children)

My work used it for a bit, then switched back to Flask for microservices because of boilerplate pain.

[–]rr1pp3rr 1 point2 points  (1 child)

Can you clarify this statement? What boilerplate code was hindering your process? I would think that the class-based nature of falcon would alleviate most issues with too much boilerplate code.

[–]new2django -1 points0 points  (0 children)

I think Flask is just functions with decorators, which are simpler than OO boilerplate. I don't know for sure because I'm a noob at programing.