Hacker News new | ask | show | jobs
by pokipoke 683 days ago
I haven't seen such bad Python code (fasthtml repo) for a long time. It feels like its written in 2008 using Python2
2 comments

I started grasping for air once I saw hand-parsing data coming from configuration file written by the same authors!

Then I realized that part of the Python code in the repo is generated from notebooks...

I'm not a Web programmer, so just took a peak out of curiosity. I'm just a little bit happier now that I'm not a Web programmer.

It doesn't look like they use a formatter or linter. I hope I'm wrong but I feel like that and their use of nbdev are really going to hurt adoption. :(