That's totally bullshit.
Discussion about TALL vs pure HTML, CSS, JS, PHP
Hello,
Some months ago, I had a discussion with a developer who works on some applications which need to be very secure.
He told me that, according to him, if I really need a secure application, I shouldn't use any framework and just develop it with pure HTML, CSS, JS, PHP.
What do you think about it ?
Thanks for sharing your opinion.
V
@vincent15000 Humans aren’t infallible. If you for example wrote a login system from scratch then it may have a vulnerability, that could go undetected for a long period of time, and if discovered might be exploited until you discovered someone was exploiting it (if you discover it at all).
Now consider something that’s open source and popular like Laravel. It’s got perhaps hundreds of thousands of developers using it. Any issues are quickly spotted and patched. You essentially have many colleagues for free using open source software.
Unfortunately, there’s no mutual exclusivity between writing something versus using off the shelf, and “secureness”. Some open source code is “secure”, other open source code is not. Some hand-written code is “secure”, other hand-written code is not. Security is also a lot more than some PHP code. You’ve got to think about networking, client-side concerns like XSS, session hijacking, etc.
Please or to participate in this conversation.