Code Optimization
Just recently, I upgraded my local version of PHP to the latest – v7.3.6. I know this version comes with a list of optimizations and it’s much improved over previous versions. And so this got me thinking about code optimization and how I have learned to write PHP code over time. Many years ago I …