in reply to Re: Best practices: Generating HTML content
in thread Best practices: Generating HTML content
I have moved to templates for larger chunks of code. This particular line (and a couple of other smaller snippets of js) is part of a module in a larger project and it didn’t seem like a good use of resources to pull in another module for three lines of code. It seemed like overkill.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Best practices: Generating HTML content
by dsheroh (Monsignor) on Dec 26, 2017 at 10:09 UTC |