From a5ba1413e0984f3ff10420dd3014c37d534e5f19 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 25 Nov 2020 15:50:39 +0100 Subject: [PATCH] Readme.md: Enjoy my rant about web development, even thought I probably know nothing about it edition. --- Readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..6bc898b --- /dev/null +++ b/Readme.md @@ -0,0 +1,14 @@ +# rcpp_cms + +This is an experimental project, to implement a html framework in c++, because I'm dissatisfied with +every single framework that I've seen or used so far. + +Developing websites nowadays feels more like creating a bunch of oneliner files all over the place, +which I find incredibly annoying and distracting. Not only that I'm also dissatisfied with the way most +ORMs are built, they always come off as strange to use, especially with joins. At this point I'm so fed up, +I'd rather use raw SQl. And let's not forget about auth, I have to think about implementing auth way too +much. Every single time. + +I think things can be done better. At lest from my perspective. + +Whether this stupid and moronic attempt will end up working or not, we'll see.