Tag: Clean Code

Java career path

Java Career Learning Path from Beginner to Advanced

The Java ecosystem is vast, and we developers must know the technology fundamentals for our Java career learning path. Knowing what to study is also a big challenge since there is so much to learn. Therefore, let’s explore the most important topics...

Bad Code Naming

Improving Code Naming to Easily Kill Bugs

Method Naming – What is the problem? Method names that don’t describe what they are expected to do are confusing. There are methods that are the “Mr. Know-It-All ” – they do everything you could imagine: they create, update, save, delete, save...