Tagged Questions
23
votes
10answers
2k views
What is good (neat) architecture in programming?
When I build a simple website, e.g. a contact book where I can add, delete and update contacts, I create an index.php file where a user, if he's not logged in, is requested to enter a password and if ...