euxneks.com yōō’nĭks
Heredoc notation and why it’s bad.
Some of you may know that I write PHP code, an interesting thing came up at work the other day about how we should be handling strings in variables, and someone brought up Heredoc notation. I don’t like it. I’ll never use it and I don’t think most people should be using it either.
Tags: coding styles, heredoc, php, programming