Hello everyone
I've started a new project, which is to create a marketplace. I've already got the basics done like; adding, editing, deleting listings, profiles etc..
But at the moment its not in OOP at all, and i don't use very many custom functions. I say i don't use very many what i mean is, i use ... well one and thats for cleaning input before placing in database. However its all broken up into quite a few files.
What would be the advantages of trying to code it in OOP (considering i code alone)? Apart from the learning experience (don't know much about OOP)? Is breaking it up into lots of files alright?
A little voice in my head is telling me i should use more functions, in my project what sort of things would i use a function for? I take it the idea is the recycle code and to break it up, but whats the advantage of breaking it up into functions not files?
I'm still a beginner so any comments, advice is most welcome!
Regards
Nathan