#software-development
Read more stories on Hashnode
Articles with this tag
You count collections or collections.count? · TL;DR: Chose narrow names Problems Bad Naming Solutions Accurately describe your...
Don't Repeat Yourself. Don't Repeat Yourself TL;DR: You can find missing abstractions by looking at repeated code Problems DRY principle...
Converting your anemic dictionaries is easy · TL;DR: Convert your key/value into full behavioral objects Problems Addressed Associative arrays Fail...
You overcomplicate your code · TL;DR: Avoid Accidental complexity and bureaucracy Problems Accidental Complexity Readability Bijection...
More than one class is a mess · TL;DR: Follow the separation of concerns principle and file organization Problems Code...
You need to return more than one object · TL;DR: Don't return multiple values. Problems Coupling Missing...