PHP

Avoid Yoda conditions

5

After blogging about the semantic importance of void as pseudo type I feel like I should also point out the nonsense of Yoda conditions. Those are still used quite a bit in the coding world, mainly in and around WordPress…

PHP

Coding Standards in PHP

1

I feel about this very strongly. At least about some particular topics. It is very important for every group project (even for a one man project – you never know when sobody might join you) to have some common guidelines…