Why do some PHP programmers start their class names with lowercase letters?

Asked by Last Modified  

1 Answer

Learn PHP

Follow 1
Answer

Please enter your answer

In PHP, it is a widely accepted convention to start class names with an uppercase letter, following the "PascalCase" or "StudlyCaps" naming convention. This convention helps make the code more readable and consistent, especially when collaborating with other developers or when using libraries and frameworks...
read more
In PHP, it is a widely accepted convention to start class names with an uppercase letter, following the "PascalCase" or "StudlyCaps" naming convention. This convention helps make the code more readable and consistent, especially when collaborating with other developers or when using libraries and frameworks that follow the same convention. For example, the standard practice is to name a class like this: class MyClass{ // Class code here} However, some programmers may deviate from this convention and choose to start class names with a lowercase letter, following a "camelCase" naming convention. This is generally considered a departure from the conventional PHP naming practices. For example: class myClass{ // Class code here} There might be a few reasons why some programmers adopt this approach: Personal Style: Some developers may have a personal coding style or preference that deviates from widely accepted conventions. While it's essential to have a consistent coding style within a project or team, there can be some flexibility in personal projects or smaller codebases. Legacy Code: In some cases, legacy code or projects might have class names that don't adhere to the current conventions. Developers working on or maintaining such code might choose to keep the existing naming conventions for consistency. Influence from Other Languages: Developers who have experience with programming languages that use different naming conventions might carry those habits into PHP. For example, languages like JavaScript often use "camelCase" for class names. It's important to note that while PHP itself doesn't enforce naming conventions for class names, following established conventions, such as starting class names with an uppercase letter, can contribute to code readability and maintainability. Adhering to widely accepted conventions also helps improve consistency across different projects and libraries, making it easier for developers to understand and work with each other's code. read less
Comments

Related Questions

What kind of interview questions are asked for Advanced PHP?
http://phpinterviewquestions.co.in/ http://stackoverflow.com/questions/2118755/questions-every-good-php-developer-should-be-able-to-answer http://www.slideshare.net/vineetkumarsaini/top-100-php-interview-questions-and-answers
Manshi
What is the best way to learn PHP without taking any coaching classes?
If you have prior knowledge on any server side programming definitely you can learn it on your own without attending classes. There are so many online tutorials to learn . Wish you all the best.
Kavidassan
0 0
6
what is a file handling
File handling is an important part of any web application. You often need to open and process a file for different tasks. PHP has several functions for creating, reading, uploading, and editing files....
Mayank

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

How to connect mysql database in PHP ?
<?php//db credential $servername = "localhost"; $username = "dbusername"; $password = "dbpass"; $databasename="dbname"; // Create connection$conn = mysqli_connect($servername, $username, $password,$databasename); //...

How to Create A Master Page Template In PHP?
A master page template is essential to give a consistent look and feel to any website having multiple pages. It is quite easy to create a master page template in PHP using Dreamweaver. Let’s have...

PHP Intro.
What is PHP? PHP is an acronym for "PHP Hypertext Preprocessor" PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP costs nothing, it is free to download and...

Hi,
To learn online is really convenient for both the sides but still trust is risk factor until and unless you don't know the teaching style of your tutor.so I will give you small free session to decide my...

Why Choose Magento For E-Commerce Shopping Sites?
There are many CMS and Framework available for Shopping sites then why we choose Magento for store what is the advantage behind them? There are many CMS and Framework available in market who give the...

Recommended Articles

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Looking for PHP Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you