A Goal suggestion about solving a, what should I say, specific problem, that is neither an enhancment, an Idea or a bug. #910
named-gif
started this conversation in
Show and tell
Replies: 1 comment
|
A example call: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The problem
I don't want to hate, but let's be honest: "Normal" html is easier to understand and to codde than fast html (yet). But (maybe) we can change that!
And its only harder to code or to understand, if you want to create a WebApp. If you aren't convinced yet, then look at the two following codes for a simple to do list(without ticking or deleting the elements):
html (you even needn't to install anything, but we can't change anything because html is a language made special for websites and fast html(what is basically python) isn't):
That same simple to do in fast html:
The Goal
My Goal is, that fast html will be at least simplier than HTML.
My opinion is, that the best thing we can do is to simplify flask HTML with classes, functions etc.. And hey, python its self is already simple enough. Anything about it is welcome.
All reactions