Blockland Forums > General Discussion
When you are making add-ons, how do you divide it?
PurpleMetro:
Do you make a single server/client.cs and put all the stuff in there,
or do you make several files dedicated to doing something, and have the server/client.cs execute those other files?
Zeblote:
It depends on the size of the add-on
You wouldn't want to have 2000 lines in one file because then you find nothing
If you break it up in multiple files each file should contain stuff to the same topic, for example one file for support functions, one for the main logic and one for datablocks etc
RagnaTheBroedge:
everything in one line
Zeblote:
--- Quote from: RagnaTheBroedge on July 23, 2013, 06:26:58 AM ---everything in one line
--- End quote ---
no
The Resonte!:
--- Quote from: Zeblote on July 23, 2013, 06:29:04 AM ---no
--- End quote ---
yes