Naming convention for third party classes |
The naming convention in CI 3.1.x, where classes should have the first letter in uppercase and the rest in lowercase, is a convention that should be followed but it is not strictly enforced. It is a good practice to follow this convention as it makes your code easier to read and understand, especially for other developers who may work on your project.
However, if you are using third-party libraries that do not follow this convention, you do not necessarily have to modify them to conform. You can still use them as is, but you should be consistent with your own code and follow the convention as closely as possible. In some cases, you may need to modify the library code to work with CI 3.1.x, but this should only be done if absolutely necessary and with caution to avoid introducing any bugs or breaking the library's functionality. |
Messages In This Thread |
Naming convention for third party classes - by brucehvn - 02-09-2023, 07:45 AM
RE: Naming convention for third party classes - by InsiteFX - 02-10-2023, 12:09 AM
RE: Naming convention for third party classes - by JackToncatridr - 02-27-2023, 12:34 AM
|