Generics are a programming language concept. In short, they allow you to write typed code without being specifically linked to a particular type. Many languages already support generics more or less natively: Java, C#, Go, Rust Typescript... PHP doesn't, but thanks to its community and ecosystem, it's still possible to use them. Let's take a look at how and why, using Symfony components as an example.

Comments

Comments are closed.

Marek Woś at 14:45 on 18 Nov 2023

It was a good talk.

Ivan Herak at 12:45 on 20 Nov 2023

Pretty nice and useful talk, I liked it.