|
|
|
|
|
by TazeTSchnitzel
3812 days ago
|
|
I made a social network in middle school. Nobody used it, but that taught me how to write terrible PHP applications. With that same knowledge I made another social network ~2/3 years later for an online community, and it worked better. Eventually I shut it down. In 2012 I revived it and very quickly learned the value of not mixing your business and presentation logic (refactoring the codebase to be maintainable was an absolute chore), and of preventing XSS and XSRF (someone set their avatar to the URL "/logout"). |
|