PHP the Wrong Way
phpthewrongway.com
PHP the Wrong Way
1–10 of 194 posts
Re: PHP the Wrong Way
#2Re: PHP the Wrong Way
#3Loved the opening paragraph though
Re: PHP the Wrong Way
#4Re: PHP the Wrong Way
#5Wait, is this satire or not? Does it advocate people don't use frameworks? Loved the opening paragraph though
Re: PHP the Wrong Way
#6Re: PHP the Wrong Way
#7I just skimmed the website, and I am still not sure if it's meant seriously or if it's some kind of joke? Feels a bit contradictory eg. "dont use framework" vs "make software secure by default". Isn't a security one of the gains of using frameworks, beside other things? You would need to be a security expert to cover all potential security issues when writing something from a scratch.
But speaking of boolean logic, negating "always use a framework" does not yield your interpretation.
Re: PHP the Wrong Way
#8Wait, is this satire or not? Does it advocate people don't use frameworks? Loved the opening paragraph though
It's definitely not a satire. They are some valid points. It's not against using frameworks. I think it's more about finding the right solution for the problem.
Re: PHP the Wrong Way
#9I just skimmed the website, and I am still not sure if it's meant seriously or if it's some kind of joke? Feels a bit contradictory eg. "dont use framework" vs "make software secure by default". Isn't a security one of the gains of using frameworks, beside other things? You would need to be a security expert to cover all potential security issues when writing something from a scratch.