12:13
Making Variable Names More Meaningful | Refactoring With PhpStorm by Matthew Setter #1
In this video you'll learn how to rename things like a pro. Twitter: https://twitter.com/phpstorm Facebook: ...
5:41
Do this to replace copypasta PHP code with a variable | Refactoring With PhpStorm by Matthew Setter
In this video you'll learn how to use the Introduce Field refactoring and the Introduce Variable refactoring. Twitter: ...
12:24
Little Refactoring Never Hurt Nobody - Full PHP 8 Tutorial
In this lesson, we refactor some of the code & introduce config files. SOME OF THE WAYS YOU CAN SUPPORT THE CHANNEL ...
3:56
Fixing Long Functions With The Extract Function Refactoring
In this video, we're going to discuss what the extract function refactor is, what code smells are an indication to use it, and then ...
6:21
Refactoring nested conditionals in PHP
PHP for Beginners course: ➤ https://davehollingworth.com/courses/ PHP MVC course: ▻ https://davehollingworth.com/courses/ In ...
0:19
Extract Variable refactoring | PhpStprm
Extract Variable refactoring | PhpStprm The Extract Variable refactoring wraps a selected expression into a variable. It adds a new ...
9:51
Making Variable Names More Meaningful Code Example Refactor 002-003
Making Variable Names More Meaningful With Refactoring, with code example. Adam Culp of Beachcasts php programming ...
4:41
PhpStorm: 3 Refactoring "Tricks"
There are many ways in which PhpStorm can help us to refactor code. In this video, I will show 3 of them. Full article: 7 Ways How ...
4:27
PHP-049 Refactoring The Update Query into a Function
Hi welcome back on this video here we're going to do a little refactoring first a little uh turning this queries into functions because ...
21:36
PHP Refactoring example using Object-Oriented Programming (OOP)
Check our website: https://www.udemy.com/user/antonio-papa/ #php #refactoring.
10:19
How to do refactoring in PhpStorm – PhpStorm Tips with Christoph Rumpel
Meet Laravel expert Christoph Rumpel and explore PhpStorm's refactoring features. Christoph's course on PhpStorm: ...
8:14
Improve Readability by Having One Return Statement | Refactoring With PhpStorm by Matthew Setter #5
In this video you're going to learn how to improve code readability by refactoring the handle method so you only have one return ...
1:02
Refactoring bad small php code
Refactoring a function which return true or false based on an a condition ... just return the condition ... Use of earl return to avoid ...
1:22
PHP/Laravel Refactoring Codes - Iffy Functions
This lesson is a part of a free, online tutorial playlist on “PHP Code Refactoring”. Learn more by browsing our playlist: ...
2:15
PHP Comparison: Value BEFORE Variable - Why?
A quick tip talking about a classical dev mistake. - - - - - Support the channel by checking out my products: - My Laravel courses: ...
7:31
Reduce Semantic Load by Streamlining Conditionals | Refactoring With PhpStorm by Matthew Setter #3
In this video you'll learn how to use the Introduce Method refactoring and the Introduce Constant refactoring. Download PhpStorm: ...
2:44
Removing Functions With the Inline Function Refactor
In this video, we're going to discuss how to use the Inline Function Refactor to remove unnecessary functions. ## Links 1.
7:01
Clean Code - Refactoring - Separate Query from Modifier
Contents ⌛ 00:02 : Intro - Separate Query from Modifier ⌛ 00:03 : Refactoring Diagram ⌛ 00:58 : What does 'Separate Query ...
5:06
Bring Related Logic Together | Refactoring With PhpStorm by Matthew Setter #4
In this video you'll refactor related logic into a utility method. Specifically, you're going to learn how to use the Extract Method and ...