Category Uncategorized

PHP PSR-12

It was a bit odd to me that a “Framework Interoperability Group” would recommend a coding style that is apart from functionality. Problems With Coding Style Differences I’ve seen a few reason why people excuse mandating a coding standard “to…

Spaces Vs Tabs

Tabs or spaces I tried to get the argument for spaces, and all I get is spaces show up the same regardless of editor some editors do not handle tabs well Since most coding software allows for customization of tab…

Thoughts On PHPDocumentor

The bad choices of PHPDoc. Space-asterisk comments are bad. I imagine the use of space-asterisk, back in C, was necessary when syntax highlighting was not a thing, and you needed your documentation comments to stand out from the rest of…

Post-React HTML Enhancements

The Decorator problem: let’s say a “theme” makes structural changes that are patterned. For instance, a “theme” that changes time locale to some user specified locale. With jQuery, this can be done by identifying all the time displays, and then…