Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

Python

#python

More content

Read more stories on Hashnode


Articles with this tag

Code Smell 227 - Cowboy Coding

Oct 15, 20232 min read84 views

Leave cowboys to Hollywood movies · TL;DR: Write code as a team programmer Problems Readability Unreliable code People Management Issues Lack of...

Code Smell 227 -  Cowboy Coding

Code Smell 218 - Magic Concatenation

Jul 16, 20232 min read210 views

If you miss a comma, you are concatenating · TL;DR: Watch out for fancy language assumptions Problems Possible defects The least surprise principle...

Code Smell 218 - Magic Concatenation

Code Smell 132 - Exception Try Too Broad

May 18, 20222 min read437 views

Exceptions are handy. But should be as narrow as possible · TL;DR: Be as specific as possible when handling errors. Problems Fail fast principle...

Code Smell 132 - Exception Try Too Broad

TDD Conference 2021 - Python - A Language Made For Test-Driven Development - Jan Giacomelli

Oct 28, 20212 min read411 views

First International Test Driven Development took place on July 10th. In this series, I will include every talk together with my notes and further...

TDD Conference 2021 - Python - A Language Made For Test-Driven Development - Jan Giacomelli