10 Steps to properly do PHP Bug Tracking and Fixing as Fast as possible- Log watcher package blog | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

10 Steps to properly do PHP Bug Tracking and Fixing as Fast as possible- Log watcher package blog

1. Test as Much as Possible Before in your Development Environment 2. Test in a Staging server Before you Send it to the Production Server 3. Separate your Code from Environment Configuration files 4. Use a Version Control System to Maintain Project files, Except Configuration files 5. Track PHP Errors with Assertion Condition Tests and other step in: www.phpclasses.org/blog/package/1351/post/1-10-Steps-to-properly-do-PHP-Bug-Tracking-and-Fixing-as-Fast-as-possible.html

10th Jun 2017, 10:25 PM
akhzari
akhzari - avatar
1 Answer
+ 1
And use PHPUnit
13th Jun 2017, 5:07 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar