|
|
|
|
|
by devmor
106 days ago
|
|
I think that proof of concepts are PHP’s greatest strength, actually. These days it can be almost as strict as you want it to be, but it’s always been a “loose” enough language that you can implement things that work in very fragile ways and iterate at incredible speed. When I am designing PoC microservices that will eventually end up running as Go or Rust, I often start with a prototype in PHP. |
|