"BaseCode" is code that communicates. But how do we write BaseCode? In this talk we'll look 10 simple practices that will help you write cleaner, more readable code. We'll see how each one reducing complexity and improves readability. We'll also look some of the common "Code Smells" in PHP and the refactors to clean them up. Don't worry though, we're not just going to "talk". All of these practices and refactors will be done with live coding demos to show you all of the little steps involved so you can start cleaning up your own code.

Comments

Comments are closed.

Oscar Merida at 15:51 on 21 Sep 2018

The energy at the end of the talk was awesome. Walking through all the examples tied everything in together.

David Quon at 10:24 on 24 Sep 2018

Great overview on good practices for coding and avoiding code smells. Good examples and good approach in focusing on readability and maintainability. Relevant practices not only for PHP but all programming languages.