top | item 39368229

(no title)

CR007 | 2 years ago

I love PHP but I hate the code in this repo.

discuss

order

raziel2p|2 years ago

I dislike PHP but quite like the repo. It's very emblematic of what I think PHP is suitable for: Quick dirty prototyping.

CR007|2 years ago

You can do quick prototyping without dirt in any language, it just turns out that you like working in dirt.

thomaslord|2 years ago

Honestly if I'm doing quick dirty prototyping I want to have as many tools provided for me as possible. I probably won't use most of them, but spinning up a quick Laravel project gives me built-in shortcuts for stuff that's just annoying to do in plain PHP. Sure there are conventions that say you should separate your code into different files, but if you want to you can just shove all of your code into the route files and ignore everything else.