otsch (Christian Olear) @otsch.codes · Mar 12

I love the return early concept in coding! But if you start working with Generators in PHP for the first time: remember that yield doesn't stop the code execution! I'm using Generators for quite some time now and I'm still making that mistake sometimes 🙈

1 likes 0 replies

?