Posted 14 September 2015 - 02:28 AM
So I'm getting back into working on Hive some organisation tips have been suggested to me. At the moment I'm considering using Howl but already have a github installer and the code (is planned to) run as loose files.
Multiple files:
Any other advantages/disadvantages I've missed?
Multiple files:
- Advantage: In client/server systems, client computer doesn't carry useless server code (and opposite with the server)
- Advantage: Single all-in-one file is more portable
- Advantage: Howl has built-in minify (smaller end-user program/source) (We could just minify the loose files)
- Advantage: Howl has built-in testing (we could also make our own testing framework)
Any other advantages/disadvantages I've missed?
Edited on 14 September 2015 - 12:33 AM