Search Results

5
votes

When generating html, do you including formatting such as newlines and tabs?

It depends whether you want the HTML to be human readable or not. In most cases however, I would suggest that generated markup should always be human-readable, as it makes debugging a whole lot eas …