top | item 46818573

Simpler Declarative Java Project Setup with Mill 1.1.0

1 points| lihaoyi | 1 month ago |mill-build.org

1 comment

order

adamzwasserman|1 month ago

Mill's declarative build configs are just right.

You describe what you want, not the 47 imperative steps to get there. Zero chance to call methods in the wrong order or manage intermediate build state that should never be your problem anyway.

IMHO All libraries should use declarative interfaces.