Crow – C++ Microframework for Web, inspired by Python Flask
1–10 of 65 posts
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#2Re: Crow – C++ Microframework for Web, inspired by Python Flask
#3This is going to sound overly critical and judgmental to many - but to me, I just don't understand how you can spend the time involved in developing an entire web framework, and don't have the time to write a couple paragraphs for a README on how to use it and what it's all about along with some examples. I'm not talking full documentation - I'm just talking a few sentences and an example or two. Why bother releasing…
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#4This is going to sound overly critical and judgmental to many - but to me, I just don't understand how you can spend the time involved in developing an entire web framework, and don't have the time to write a couple paragraphs for a README on how to use it and what it's all about along with some examples. I'm not talking full documentation - I'm just talking a few sentences and an example or two. Why bother releasing…
See example.cpp. Also the codebase is very small so not much documentation is necessary. Also I'm pretty sure it's more of an exercise than a framework that's intended to be actually used.
I agree, I find this annoying.
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#5This is going to sound overly critical and judgmental to many - but to me, I just don't understand how you can spend the time involved in developing an entire web framework, and don't have the time to write a couple paragraphs for a README on how to use it and what it's all about along with some examples. I'm not talking full documentation - I'm just talking a few sentences and an example or two. Why bother releasing…
Also, Flask was created as a joke; it obviously took off; but there's something there about not taking it super super serious.
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#6Re: Crow – C++ Microframework for Web, inspired by Python Flask
#7I'm writer of this project and it's not completed yet. I planned to publish this after finishing basic features and documentations.
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#8Re: Crow – C++ Microframework for Web, inspired by Python Flask
#9This is going to sound overly critical and judgmental to many - but to me, I just don't understand how you can spend the time involved in developing an entire web framework, and don't have the time to write a couple paragraphs for a README on how to use it and what it's all about along with some examples. I'm not talking full documentation - I'm just talking a few sentences and an example or two. Why bother releasing…
Re: Crow – C++ Microframework for Web, inspired by Python Flask
#10Maybe this technique could be applied in printf or other C++ APIs using format string.