News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Scott Johnson's Blog: A PHP Debugging Tip Too Useful Not to Blog

Justin Silverton\'s Blog: patTemplate and php

JellyandCustard.com: Regular Expressions in PHP

Sephiroth.it: Debugging PHP with XDebug

PHP and Me Blog: How to Type Less $this in PHPUnit


Community Events









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


code functional interview development release framework introduction community conference opinion api event object composer tool zendframework2 example testing podcast language

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