6 ms·
I haven't seen such bad Python code (fasthtml repo) for a long time. It feels like its written in 2008 using Python2
by pokipoke 2y ago
I haven't seen such bad Python code (fasthtml repo) for a long time. It feels like its written in 2008 using Python2
- dsissitka 2y agoIt 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. :(
- crabbone 2y agoI 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.