Conference: PHP Benelux 2018, Antwerp, Belgium
Title: Debugging PHP Applications
Links:
joind.in
Format: 3 hours interactive workshop.
Sooner or later, an application will have errors. Some of them will be your fault, or that of a teammate. Others stem from third party libraries you are using. We want to be able to locate the cause of the error as quickly as possible. In this workshop, we will do exercises that will help you debug your applications more efficiently as well as writing them in a way that they get easier to debug.
We will look at the following topics:
- reading stack traces
- how to search through the code base
- writing good exception messages
Read more