To learn more about technical debt, see this video: kzbin.info/www/bejne/kHuYkmejraeVjdk
@Beachcasts3 жыл бұрын
Or view my entire playlist on code quality at kzbin.info/aero/PL6_nF0awZMoPxqSUuYM1Pawa8CR1kV_2t
@hemovintage9430Ай бұрын
the voice of this guy is amazing. Its like Saul Goodman lovely bubble sound
@manuakasam3 жыл бұрын
We just started to use PHPStan in a pretty big application. Needless to say that even on a mere level 6 we had roughly 1000 errors to start with (6.5k basefile lines). Rule of thumb is that whenever we touch a file we just gonna improve upon it. We're down to 4k lines in baseline file which is just great. Code does become way more stable using tools like this. It does catch issues that - when just writing down code - you simply don't catch.
@Beachcasts3 жыл бұрын
Thanks for sharing, and glad you're starting to see great results. Are you using other tools like PHP Mess Detector and PHP Codesniffer as well? I talked about phpmd here: kzbin.info/www/bejne/bpeol3t7iNd-a6c
@juniorWeb2472 жыл бұрын
best lecture i have sceen on phpstan
@Beachcasts2 жыл бұрын
Thank you.
@lostcarpark Жыл бұрын
I develop mainly for Drupal, and find PHPStan essential.
@Emerii15 ай бұрын
I love your elephants 😍 great explanation
@sophiebeaupuis97533 жыл бұрын
Long time no see Adam !! Very interesting tool ! Thanks for the video !
@Beachcasts3 жыл бұрын
Thanks for watching! Glad you found it helpful. Great to see you here.
@MarcelloPato Жыл бұрын
Great job man!
@Abc-sl1nf2 жыл бұрын
Would you be interested in presenting via Zoom in January?
@keithlamontdavis8047 Жыл бұрын
Very helpful. Thx!
@azdcxdf3 жыл бұрын
Great explanation. Thank you.
@Beachcasts2 жыл бұрын
Glad it was helpful!
@Abc-sl1nf2 жыл бұрын
Thx from AZPHP
@DevCastOficial2 жыл бұрын
Thanks for sharing!
@Beachcasts2 жыл бұрын
Thank you for watching.
@jeferson-guedes3 жыл бұрын
Hello !! Hi, I really like a lot of your videos. About code quality I'm implementing some commit verification routines with their own hooks, for that I needed to add a development dependency on nodejs with npm the husky, with it I can only validate code that is on stage. I would like to know if you know any tools in PHP that fill this need.
@Beachcasts3 жыл бұрын
Thanks for watching, and happy you're finding the videos helpful. One way to validate might be to create a small shell script to call with a hook. I'll give this some thought and provide more details when I'm not traveling.
@irfnrdh2 жыл бұрын
mantul
@Beachcasts2 жыл бұрын
Thank you, and thanks for watching.
@markcuello5 Жыл бұрын
HELP
@zbynekriha3 жыл бұрын
if we are talking about something five years old as new thing, we have a problem
@Beachcasts3 жыл бұрын
Um, it just went version 1 recently. ;-) But I understand what you're trying to say.