BrisPHP / meetups

A place to request and propose talks for the BrisPHP meetup community.
https://brisphp.com
25 stars 0 forks source link

[REQUEST] Generics in PHP #79

Open ndench opened 2 years ago

ndench commented 2 years ago

At our Q1 2022 meetup, a talk on generics was requested. While generics are not supported in the PHP core, you can get most of the way there with static analysis tools and IDEs. I talk on how to utilise these tools would be well received. We could also dig into the discussions by the core team as to what makes implementing generics so difficult and the possible approaches to getting there.