Jnr PHP/Codeigniter Developer Question:
Download Questions PDF

Do you know what PSR Standards do you follow? Why would you follow a PSR standard?

Answer:

One should folow a PSR because coding standards often vary between developers and companies. This can cause issues when reviewing or fixing another developer’s code and finding a code structure that is different from yours. A PSR standard can help streamline the expectations of how the code should look, thus cutting down confusion and in some cases, syntax errors.

Download Jnr PHP/Codeigniter Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain me what are getters and setters and why are they important?Tell me can you use include ("abc.php") two or more times?