Associate
Hi, been working on my own little project for managing/displaying my game collection. All is going pretty well so far, except at the moment (yes I know you'll cringe) it's all in one big file - displaying the data from the data base, and the entry etc. This was fine when I was getting all the stuff to work, but now it does, and I want to expand the code it's not going to work.
So, I was wondering how I should try an organise it basically
I assume I'll want something like
one file for displaying the contents of the database
one for entry of new data
But I just have a feeling there's more to the layout that I need to do some reading on, any input appreciated
So, I was wondering how I should try an organise it basically
I assume I'll want something like
one file for displaying the contents of the database
one for entry of new data
But I just have a feeling there's more to the layout that I need to do some reading on, any input appreciated