Posts Tagged Simple Optimizing Tips for PHP

Simple Optimizing Tips for PHP Part IV – By Example (Part I)

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, [...]

Tags: , , ,

Simple Optimizing Tips for PHP Part III – Commenting

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: , , ,

Simple Optimizing Tips for PHP Part II – Recursive Functions

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 [...]

Tags: , , ,

Simple Optimizing Tips for PHP Part I – Loops

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 [...]

Tags: , , ,