You are an ace coder, time to think of standardising Coding Style
Steps
- Commenting for Documentation (phpDocumentor/Doxygen etc), Sample Commenting
- Detecting and clearing mess with PHPMD - PHP Mess Detector , Git , tutorial
- Ensuring PHP PSR Standard PHP CS PHP_CodeSniffer for PSR 12 full usage
- Testing , Unit Testing with PHPunit
- Debugging. There are many ooptions available. Of the many options Xdebug is popular
PHPStorm Workshop project contains the following options- Simple Break point
- Conditional Break point
- Exception Break points Break point
- Navigate through Applications
- Debug Tool Window
- Navigate through execution
- Debugging Web Application
- Profiling
- Readme file with markdown language
A good README file containing- A brief description of the project
- Installation instructions, including DB,
attach additional file if needed
- A short example/tutorial
- Contributors
- License
Rreferences for good readme: berkley, oracle, magento, kustomer
- Add CRONs to backup. You may also use bash/bat file to make it easier if there are so many crons required . eg: DB , folder
|
|