Published onJune 11, 2023View countDon't ignore caught errorsCode-TipsThrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”
Published onJune 11, 2023View countDon't Swallow ExceptionsCode-TipsThrown errors are a good thing and you can do something about them. The rule is “Don't ignore caught errors”
Published onJune 10, 2023View countOne concept per testCode-TipsThe rule is really simple. The only thing you have to do is to choose a single concept to test in every unit test you write.
Published onJune 9, 2023View countKeep it short and simple (KISS)Code-TipsLearn about the KISS principle and its impact on software development. Prioritize simplicity, improve maintainability, and enhance code readability.
Published onJune 8, 2023View countUse the same vocabulary for the same conceptCode-TipsEnsure clarity and maintainability in your codebase by using consistent vocabulary for the same concept. Stick to one word per concept.