Talk in English - UK at Forum PHP 2019
View Slides: https://speakerdeck.com/nunomaduro/writing-effective-php
Short URL: https://joind.in/talk/42afc
(QR-Code (opens in new window))
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.
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 !
Très bon talk, on a envie d'en avoir encore plus
Très intéressant
Great presentation, very clear and concise.
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.