Tag Archives: clean code

Coding practices to prevent incidents and get through code reviews quickly

The content discusses best practices in programming, emphasizing the use of small try/catch blocks for clarity, precise exception handling, and avoiding Null Pointer Exceptions. It advocates for early returns to simplify code, using Lombok to reduce boilerplate, logging exceptions properly, and employing AssertJ for thorough testing of objects to ensure code integrity. Continue reading

Posted in Software Engineering | Tagged , , , , | Leave a comment