In this video course I teach you how you write and structure beautiful and expressive PHP code that is enjoyable to use and great to maintain – I show you the tips and techniques I established over the last years.
The course launches in fall 2020
Sign up to my newsletter to get regular updates about my progress and to receive a launch discount.
1 $you = (new Pipeline())
2 ->send($me)
3 ->through($this->course)
4 ->then(function ($user) {
5 $user->canWriteBetterCode();
6
7 return $user;
8 });
Have you ever looked back at code that you wrote some time ago and asked youself what the method is actually doing? It certainly happened to me a couple of times.
Writing expressive code is all about making your code enjoyable to read and delivering its purpose in an easy to understand way. This is not limited to simple things like how to name your variables or method names, but it also comes down to how you abstract and structure your code and making use of helpful patterns that will make it easy to maintain your code after time.
I am Marcel Pociot, managing partner and developer at Beyond Code. Over the last years I have published a video course about PHP Package Development and have created two free video series for Laracasts. I am also working on HELO, Tinkerwell and Flare as well as I am the author of countless open source packages, that have been downloaded more than 25 millionen times.
Take a moment and think back of the PHP code that you wrote one year ago. Are you happy with it? Can you improve it? I'm sure the answer is yes.
This video course helps you to create code that is not only easy to read and understand, but also code that acts as an API to your objects you are happy to use. Your future self will be thankful - and your coworkers and clients too.
After taking my course, you will ...
... and much more!
Warning: After watching this course you might feel the urge to refactor your old code.