Hacker News new | ask | show | jobs
by my_throwaway23 243 days ago
Looks like it would be fun to play around with, but... The file "LACE/lace_app.py" is 37202 lines long. Why?
1 comments

Because I was too lazy to refactor it into a ton of modules...
Fair enough, especially considering it looks like a passion project. That said, I think you'd have a greater reach if you'd modularize, allowing a better overview of the project. I'd love to take a deep dive, but truth be told, that big of anything is a little daunting.
Actually it's a pretty hard thing to implement - the main challenge was to make it performant in python... I had to jump through flaming hoops!