No Picture
Programming

[Java] Validate constrain in code level

2024-03-29 C.H. Ling 0

For DTO validation, normally it will implement in different class property and trigger with @Validate annotation. However, it will not be trigger when method call due to performance issue. We can trigger the checking in […]

Computing

[IntelliJ] Create custom code snippet

2024-03-28 C.H. Ling 0

To standardize code style among different project and teams, snippet is one of the tools to implement coding standard. However, snippet is the two-side blade for developer. It will introduce duplicate code and result difficult […]

1 2 3 26