Modern-java-practices Alternatives
Similar projects and alternatives to modern-java-practices
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
Servo
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
-
scala-cli
Scala CLI is a command-line tool to interact with the Scala language. It lets you compile, run, test, and package your Scala code (and more!)
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
modern-java-practices discussion
modern-java-practices reviews and mentions
-
Modern Java/JVM Build Practices
Looks to be a lot of useful experience summarised here. I've just skimmed parts so far, but will come back and read more as time allows.
> https://github.com/binkley/modern-java-practices#keep-your-b...
It boggles my mind that in this day in age, Maven still recompiles everything if you touch anything. The problem of figuring out what files need to be built and building only them was solved for C in I think the late 70s (makedepend).
I don't know if Gradle is better. (It certainly can't be worse.)
- Modern Java Practices
Stats
binkley/modern-java-practices is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of modern-java-practices is Shell.