codewizard13/ehw-php-card-game-demo

Remove ViewUtilities debugs from files

codewizard13 opened this issue · 0 comments

I created the ViewUtilities class when I was being trained as a Jr. PHP developer in 2011. It is basically a wrapper for XDebug. But, I didn't even know that's what was showing the orange errors all over my browser at the time.

Since in 2022 I know how to read and use XDebug, all my ViewUtilities.php debug calls in this program need to be removed.

ViewUtilities.php in use in browser in War card game demo