Hacker News new | ask | show | jobs
by wwn_se 1541 days ago
Bundling code and data never causes problems...
1 comments

Having separate data and code never causes problems either? Just because you bundle them together, doesn't mean the data and code are together during development. They get bundled together in the build process.

It's not as bad as say, writing HTML in JavaScript (JSX).