Page 2 of 2

Re: Shapes of Doom

Posted: Tue Jun 03, 2014 9:24 pm
by jjmafiae
Rogg13 wrote:I now but I prefer to have everything in the same file.
Trust me it's much better split it up into different files, one for GUI, one for enemies and etc

It will end up being a total mess when it's all in one file, you will never be able to make a big project with everything in one file, in my current project I have lots of systems with 350+ lines of code if everything was in the main file I would quickly go over 10000 lines which would take years to do anything in.

Re: Shapes of Doom

Posted: Wed Jun 04, 2014 6:53 pm
by roggie
jjmafiae wrote:
Rogg13 wrote:I now but I prefer to have everything in the same file.
Trust me it's much better split it up into different files, one for GUI, one for enemies and etc

It will end up being a total mess when it's all in one file, you will never be able to make a big project with everything in one file, in my current project I have lots of systems with 350+ lines of code if everything was in the main file I would quickly go over 10000 lines which would take years to do anything in.
True, thanx for the tip