|
|
|
|
|
by mirkonasato
2348 days ago
|
|
I never used Bottle and don't doubt the comments saying it's a great framework, but I'm more interested on the "single file" approach in general. bottle.py may be a single file but it's 4,425 lines long. That doesn't strike me as particularly simple. Any project could potentially be "a single file" if it's a very long file. Why would splitting it into a few separate files make it more complex? There's a reason why every modern programming language supports modules, and that's precisely to break down complexity into smaller, simpler units. |
|