|
|
|
|
|
by markbranly
807 days ago
|
|
Off-topic: Your platform looks like a really interesting tool for rapid-prototyping. How do you see in growing with the needs of the app? Also, what is the obsession with a single file? Before I get to 1,000 LOC, I'm going to be looking to split it up into logical pieces—one for the DB setup, one for the UI, etc.—just to maintain sanity. |
|
You can of course split up your system into as many files as possible, the emphasis on a single file is that now instead of your architecture, languages, etc. enforcing separate files and hampering reuse, you can organize it however you like.
I'm sure best practices will evolve overtime, but I've been alright with just a single file for apps in production (as long as the majority of components are made reusable)