Skip to content

Comment on Rust 1.57parent

Comments

The best way is to keep scripting out of build files. Build recipes must be simple, boring, reliable, and same everywhere.

Gradle and SBT allow unlimited scripting and builds often end up as an unreliable mess. The more cleverness they put into the build definition, the more frustrating it is to use in practice.

that's a very good and solid point!

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.