#programming
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...
Converting your anemic dictionaries is easy · TL;DR: Convert your key/value into full behavioral objects Problems Addressed Associative arrays Fail...
Your code is dead and alive · TL;DR: Look carefully for race conditions Problems Principle of Least Surprise violation Race...
Leave cowboys to Hollywood movies · TL;DR: Write code as a team programmer Problems Readability Unreliable code People Management Issues Lack of...
*Another crashed spacecraft. Another software problem* · TL;DR: Design and test software. It is cheaper than hardware Problems Bijection...
Pass by copy, pass by reference. which is better? · TL;DR: Beware of passing arguments by reference Problems Unexpected Results Side...