As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. Today’s article takes a look at: By Example All developers progress at their own rate. As we progress, [...]
Posts Tagged Simple Optimizing Tips for PHP
As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. Today’s article takes a look at: Recursive Functions Functions are one of the most important tools we have [...]
As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. This article is one of many to come that hopes to point these things out to you, and [...]
Simple Optimizing Tips for PHP Part III – Commenting
Dec 11
Posted by Jonathon Hibbard in PHP, Simple Optimizing Tips for PHP | No Comments
As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. Today’s article takes a look at: Commenting Commenting, to some, doesn’t make sense to be an “optimizing” tip. [...]
Tags: commenting, PHP, phpDoc, Simple Optimizing Tips for PHP