Hacker News new | ask | show | jobs
by lolinder 695 days ago
"Just test against visual regressions" sounds to me like "just look twice at the code you indented". Did I misunderstand?
1 comments

What I mean is this code should be tested like any other, using visual testing suites like playwright or cypress.
Got it.

My opinion is that if your answer to a deficiency in the language's syntax is to just test harder you're missing something. Quick feedback loops are essential, and the quickest feedback loop at all is having a syntax where it's immediately obvious to the human looking at the code (before analysis is even run!) when there's a problem.

No not test harder. You should be testing anyway.