Tag: code naming

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...

Why Good Code is Important?

Why Creating Good Code is Important?

Introduction Let’s be honest: there is a lot of really bad code out there. The tsunami of bad code cannot be overcome by the relative handful of gurus who have mastered code craftsmanship. Books become outdated, and the examples in training...