News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Jacob Santos' Blog:
Global Functions and How to Not Use Them
August 08, 2006 @ 06:26:32

In his latest post, Jacob Santos talks about global functions and some of the dangers behind using them in your code (as per his own experience debugging with them in place).

When I develop in PHP and code functions, I always either place them in a file or place them at the top of the script. Well, this is more about C++ and how I totally freaked out my teacher, by breaking his paradigm of thought. You see, you can have a definition of a function at the top of the page and then code the body of the function later.

He soon discovered his problem in debugging the script - he was too used to having the global functions at the top (as in C++) and not mixed in with the code - or at the bottom of the script.

If there is something at least somewhat common about popular scripts that people use and extend, is that the functions are placed in organized manner. Reforming otherwise is a bitch and I remember rewriting the entire script anyway. You can't reform when you can't reuse anything.
0 comments voice your opinion now!
global functions using badly location debugging global functions using badly location debugging



Similar Posts

Jacob Santos' Blog: Global Functions and How to Not Use Them

Ilia Alshanetsky's Blog: Why are you not using PHP 5?

Agave Group Design: Running PHP and mySQL on OS X - missing php.ini and mySQL sockets

DevShed: Adding Methods to the Query Processor in PHP

CodeSnipers.com: Caveman PHP Debugging


Community Events







Don't see your event here?
Let us know!


conference database ajax framework zendframework application security cakephp releases release PEAR code mysql zend PHP5 package job book developer example

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework