PHP has evolved massively since its first days, and it's on the road to a full-featured language. However, at the same time, there is a lot of outdated information and libraries with poorly written code.

This talk is about writing PHP Code that is: safe, robust, and maintainable. We are going to cover a set of rules, that if you follow them; they will get you on the habit of writing code well.

Get ready for a 25 min live-coding session, where I go through practical examples. You will learn how to design classes, how to think about your API to prevent breaking changes, and discover concepts around designing and creating objects, when and how to use immutability, and much more.

Comments

Comments are closed.

Jordan Aubert at 10:19 on 24 Oct 2019

Really interesting talk, now I'll put phpdoc everywhere in my code 😄

Didn't know about php insights, seems really useful 👌

Thank you very much !

Nicolas F. at 10:20 on 24 Oct 2019

Très bon talk, on a envie d'en avoir encore plus

Très intéressant

Great presentation, very clear and concise.

Maxime Huran at 10:45 on 28 Oct 2019

Very nice talk, but I think we don't have to make PHP a strict language like Java.
We will lost every new PHP developpers, I think it needs to stay simple to use for everyone.
Have robust code is great, but make it mandatory can be an error.