In this stream, I live coded a neat little feature for Ray. We’re going to create a proxy class to record calls and perform them later.
PHP
Stop Using Pseudo-Types
Pseudo-types like callable and iterable may seem convenient at first glance, but they introduce ambiguities and make code harder to analyze. Read more