Thread: TalkPHP Project
View Single Post
Old 06-23-2008, 03:36 PM   #94 (permalink)
Ross
The Contributor
 
Ross's Avatar
 
Join Date: Jan 2008
Location: England, UK
Posts: 83
Thanks: 3
Ross is on a distinguished road
Default

Quote:
Originally Posted by sketchMedia View Post
Surprisingly were not arguing over brace placement.
Good idea :P

PHP Code:
// preferred
if(true)
{
// @todo Cancer-cure research
}

// second pref'd
if(true){
// @todo Cancer-cure research
}

// hate :]
if (true) {
// @todo Cancer-cure research

Ross is offline  
Reply With Quote