View Single Post
  #8  
Old 04-15-2007, 04:42 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Quote:
Originally Posted by cbkbud View Post
The brackets really need to be on their own line ...

What do you people mean you only give brackets a new line for functions? How are functions any different in that structure than an if () or while (), or w/e?
Example:

PHP Code:
function BLAH()
{  
// See? NEW LINE!
  
if (lawl == "xXx") {  // See? NO NEW LINE!
  
}

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote