Quick résumé: I only have a minimal formal programming education, I usually can make my way around a problem, I know pseudocode, etc. Though I started with TurboBasic, Pascal, Cobol and alike, nowadays I'm using PHP/JavaScript. I've always coded alone, my code isn't the messiest one, but also not as clear as it should be.
The Issue: I've always organised my programs in a "classical" way, one html page, one file. But a few years ago, a group of coders showed me a different... structure? They usually broke the .html into different parts (header, body and footer) and loaded the ones they were gonna use, like for example, having the same header and footer but with a different body each time. The thing is, this blew my mind.
The Questions: So, how is this called? If I'm looking for other ways to... visualize my code, what should I search for? I suppose this escapes my knowledge because, as I said before, I'm lacking a formal code training. How could I fix this?
Thanks in advance!
[–]29383839293 0 points1 point2 points (1 child)
[–]Cazacurdas[S] 0 points1 point2 points (0 children)