NYCPHP Meetup

NYPHP.org

[nycphp-talk] Closing Tags or Not Closing Tags, that is my question...

csnyder chsnyder at gmail.com
Mon Dec 17 21:24:38 EST 2007


On Dec 17, 2007 9:09 PM,  <mikesz at qualityadvantages.com> wrote:
> I just think its a poor and sloppy approach to problem
> solving. Any comments?

Omitting the closing tag is often considered good form, and for some
projects is mandatory style.

If you want to avoid "sloppiness" you can always end your scripts with:

// EOF

or something similar to indicate that the script hasn't been truncated.

-- 
Chris Snyder
http://chxo.com/



More information about the talk mailing list