[drupal-devel] no ?> needed at the end of modules

Morbus Iff morbus at disobey.com
Fri Aug 19 18:52:52 UTC 2005


>> But you do not deny that it solves the whitespace issue. I do not 
>> think code style should win over a problem, but... the list will decide.
> 
> I agree that it will solve the whitespace
> problem, but at too great a cost.

I also don't think this has anything to do with code style.
These are examples of code style:

  $innerUpper = "whee!";

  if ($two_spaces) {
    $indent++;
  }

What you're suggesting is equivalent to:

  $innerUpper = "whee!"

  if ($two_spaces) {
    $indent++;

where the terminator is missing. That's not code style.

-- 
Morbus Iff ( you are nothing without your robot car, NOTHING! )
Culture: http://www.disobey.com/ and http://www.gamegrene.com/
O'Reilly Author, Weblog, Cook: http://www.oreillynet.com/pub/au/779
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus



More information about the drupal-devel mailing list