: This article mainly introduces 10 things you should pay attention to when learning php or using php. if you are interested in PHP tutorials, please refer to them. Note: This article is my summary. The specific source is followed by a link address.
Main content
1. read the original manual and code to avoid repeated car creation.
2. writing mode fast code (1) breaking down programs into functions or methods (2) MVC framework (3) writing code for users rather than compilers (code should be simplified for maintenance)
3. code writing specifications (1) Naming conventions (2) indentation standards
4. Write portable code
5. write security code
6. code comments
7. Evaluate
(Handle exceptions)
........
Second source
Original Connection address: http://linux.cn/article-4981-1.html
Three ends
Java_haha is trying to update...
The second semester of freshman year begins. Fighting !!!
The above describes 10 things that should be paid attention to when learning php or using php, including some content. I hope my friends who are interested in PHP tutorials will be helpful.