▲ | PetahNZ 2 days ago | |
This is one of the best things about PHP IMO. It makes it very easy to scale out. | ||
▲ | const_cast 2 days ago | parent | next [-] | |
It also makes it much easier to debug and forces the complexity down. | ||
▲ | bornfreddy 2 days ago | parent | prev [-] | |
Yup. No shared state by default. |