20 Aug
2005
20 Aug
'05
2:01 a.m.
Like the E_NOTICE issue, the answer is to do things the "right way", because in the end that makes for cleaner and more maintainable code. Encouraging non-tight code is a bad practice.
I think this is different from E_NOTICE - for me the answer is easy. Add a comment at the end of each file like /* php end tag omited to avoid whitespace */ I consider repsecting E_NOTICE way more important because this is a real functional issue, but thats probably off topic here. However for the most files I think it should not be a problem to get rid of them. And most editors I know even remove the end whitespace automatically, maybe optinal. Or do not care but show. Thomas