#python
Read more stories on Hashnode
Articles with this tag
Over-optimized loops hurt the eyes · TL;DR: Don't optimize loops without a clear need and concrete real-world evidence Problems Premature...
Leave cowboys to Hollywood movies · TL;DR: Write code as a team programmer Problems Readability Unreliable code People Management Issues Lack of...
If you miss a comma, you are concatenating · TL;DR: Watch out for fancy language assumptions Problems Possible defects The least surprise principle...
Exceptions are handy. But should be as narrow as possible · TL;DR: Be as specific as possible when handling errors. Problems Fail fast principle...
First International Test Driven Development took place on July 10th. In this series, I will include every talk together with my notes and further...