Hacker News new | ask | show | jobs
by jayd16 691 days ago
If I understand you, then you're not getting any compiler check support for misuses, correct?
1 comments

I have to assume they have a lint rule for that.

With good tooling compiler error vs lint error is a distinction that matters about as much in practice as parse error vs type error—your editor and CI pipelines will yell at you either way.