Code PHP Like A Pro (with TechLead) | 5 Mistakes Naming PHP Variables

preview_player
Показать описание
How do you name PHP variables? What are the biggest mistakes newbie developers make? Find out more.

Hello everyone! My name is Lionel and welcome to my YouTube channel!
As a Software Developer myself and running my own company, I liked the idea of sharing my work and experience with others. And here I am, Lionel The Tech Lead!

I will provide you with much more information and expertise later in the description, but first do I have the details of today’s video for you!

-

If you want to know more about me or my company, I invite you to take a look to the following links!

-

In my videos I discuss all these subjects and other news facts which impact the IT world. In this wide range of videos, I’m sure you will find something of your interest and level.

-

I decided tot list a few of the most frequent questions I get in my software developer startup and answer them in the following videos.

What is PHP and how does it works?

What is PHP used for in Web Development?

Back End Development tutorial for beginners!

How to become a great Tech Startups 2021?

-

If you are searching for a specific video and can’t find in on our channel?
Then leave a comment under this video with the subject you would like to learn about and subscribe so you get notified when the video comes online!

-
Рекомендации по теме
Комментарии
Автор

Addithionally to what was mentioned above during refactoring things I usually name function parameters with underscore after it (as $myParam_) . And private fields/functions with underscore next to the name e.g. $_myPrivateFunc(). Yes, this is a typescript style alike. To clearly see would your playing upon an entity affect on outside stuff .

god_bika
visit shbcf.ru