Inline HTML comments describing what's happening in the templates are great.
Unfortunately, some of them are located within loops (example).
As a result, in the final web page, these comments are repeated, sometimes dozens of times. This increases page size and makes its code less readable.
I think, there should be no inline comments within loops. Instead, they can be moved to the beginning of the page, etc.
Inline HTML comments describing what's happening in the templates are great. Unfortunately, some of them are located within loops (example). As a result, in the final web page, these comments are repeated, sometimes dozens of times. This increases page size and makes its code less readable.
I think, there should be no inline comments within loops. Instead, they can be moved to the beginning of the page, etc.