I Will Not Add Query Strings to Your URLs
The author explains why they refuse to add query strings (like ?v=1) to static asset URLs for cache-busting, arguing it is unnecessary, ugly, and not the intended use of query strings. Instead, they propose using proper versioned file paths to avoid caching issues.