Update proof-of-value.md

This commit is contained in:
Jacob van Lingen
2025-04-15 11:36:26 +02:00
committed by GitHub
parent c97b46974f
commit de6f069b4a

View File

@@ -34,19 +34,17 @@ _The recipes below are listed in order of increasing complexity. You can click t
* Improve code quality and readability
* Fix common mistakes
* Eliminate legacy patterns and minor performance issues
* Moderne CLI:
```bash
* ```bash
mod run . --recipe CommonStaticAnalysis
```
* SLF4J Logging best practices
* [Improve performance](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.ParameterizedLogging) by preferring parameterized logging to string concatenation
* Moderne CLI:
*
```bash
mod run . --recipe ParameterizedLogging
```
* [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable
* Moderne CLI:
```bash
* ```bash
mod run . --recipe CompleteExceptionLogging
```
* Maven dependency management