The power of yield

The `yield` keyword is used by generators, which provide a simple way to implement iterators without having to create a class that implements the `Iterator` interface. A generator allows you to write code that iterates over a set of data without needing to build an array in memory that is returned at the end.
http://jenssegers.be/blog/66/behold-the-power-of-yield

Join 9,500+ smart developers

Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.

No spam. Unsubscribe anytime. You can also follow me on X.

Found something interesting to share? Submit a link to the community section.