Hacker News new | ask | show | jobs
by stblack 1113 days ago
Because hard-coding HTML in source code is supposedly better?

What are you gonna do, recompile and ship new and different executables to all {1, 10, 100, 1000, …} of your customers or end users for each point release?

WTF? That’s bananas. No thank you.

1 comments

That’s not the idea. The idea is to build the document in a way that has more guarantees, by working at the document object level instead of the source level, and then compiling instead of interpolating.