[eluser]awpti[/eluser]
I noticed in the EE Addon Developer Guidelines it's stated that HEREDOC usage should be avoided because it is inefficient (processing-wise) and uses up a larger chunk of memory.
None of my testing can confirm the veracity of that statement.
Over 10,000 loops, HEREDOC is consistently faster. Memory usage is very close (heredoc uses a smidge more)
Is this statement from the EE Addon Dev Guidelines just blatantly wrong or is this only true in the EE Development env?