logoalt Hacker News

dralleyyesterday at 9:28 PM0 repliesview on HN

> and "cargo check" can catch compile issues without a full build.

You only have to compile when you actually want to test the behavior, which tends to be right on the first try more often as a result of the strict compiler.