mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 08:31:21 +00:00
Update proof-of-value.md
This commit is contained in:
@@ -34,7 +34,8 @@ _The recipes below are listed in order of increasing complexity. You can click t
|
|||||||
* Improve code quality and readability
|
* Improve code quality and readability
|
||||||
* Fix common mistakes
|
* Fix common mistakes
|
||||||
* Eliminate legacy patterns and minor performance issues
|
* Eliminate legacy patterns and minor performance issues
|
||||||
* ```bash
|
*
|
||||||
|
```bash
|
||||||
mod run . --recipe CommonStaticAnalysis
|
mod run . --recipe CommonStaticAnalysis
|
||||||
```
|
```
|
||||||
* SLF4J Logging best practices
|
* SLF4J Logging best practices
|
||||||
@@ -44,7 +45,8 @@ _The recipes below are listed in order of increasing complexity. You can click t
|
|||||||
mod run . --recipe ParameterizedLogging
|
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
|
* [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable
|
||||||
* ```bash
|
*
|
||||||
|
```bash
|
||||||
mod run . --recipe CompleteExceptionLogging
|
mod run . --recipe CompleteExceptionLogging
|
||||||
```
|
```
|
||||||
* Maven dependency management
|
* Maven dependency management
|
||||||
|
|||||||
Reference in New Issue
Block a user