Tag: Clean Code

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