The source content for blog.juliobiason.me
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
4.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<!-- viewport-fit=cover is to support iPhone X rounded corners and notch in landscape-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover">
<title>Julio Biason .Me 4.3</title>
<!-- CSS -->
<link rel="stylesheet" href="https://blog.juliobiason.me/print.css" media="print">
<link rel="stylesheet" href="https://blog.juliobiason.me/poole.css">
<link rel="stylesheet" href="https://blog.juliobiason.me/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
</head>
<body class=" ">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https:&#x2F;&#x2F;blog.juliobiason.me"><h1>Julio Biason .Me 4.3</h1></a>
<p class="lead">Old school dev living in a 2.0 dev world</p>
</div>
<ul class="sidebar-nav">
<li class="sidebar-nav-item"><a href="&#x2F;">English</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt">Português</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;tags">Tags (EN)</a></li>
<li class="sidebar-nav-item"><a href="&#x2F;pt&#x2F;tags">Tags (PT)</a></li>
</ul>
</div>
</div>
<div class="content container">
<div class="post">
<h1 class="post-title">How to Make Mistakes in Python - Mike Pirnat</h1>
<span class="post-date">
2017-01-01
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
<a href="https://blog.juliobiason.me/tags/mike-pirnat/">#mike pirnat</a>
<a href="https://blog.juliobiason.me/tags/python/">#python</a>
<a href="https://blog.juliobiason.me/tags/review/">#review</a>
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
<a href="https://blog.juliobiason.me/tags/stars-3/">#stars:3</a>
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a>
</span>
<p><a href="https://www.goodreads.com/book/show/28166034-how-to-make-mistakes-in-python">GoodReads Summary</a>:
Even the best programmers make mistakes, and experienced programmer Mike
Pirnat has made his share during 15+ years with Python. Some have been simple
and silly; others were embarrassing and downright costly. In this O’Reilly
report, he dissects some of his most memorable blunders, peeling them back
layer-by-layer to reveal just what went wrong.</p>
<span id="continue-reading"></span><div>
★★★☆☆
</div>
<p>For anyone that works with Python for some time, most of the content of this
book is &quot;Hahaha, yeah, I did that too. The good old bad times.&quot; And, surely
enough, you can't hold yourself nodding when the author mentions that you
shouldn't do that.</p>
<p>I felt it lacked a bit of &quot;this is the right way of doing it&quot;, like Uncle Bob
did with <em>Clean Code: A Handbook of Agile Software Craftsmanship</em>, where he
picks a code and starts refactoring till it gets &quot;correct&quot;. Most of the time,
it's a bunch of code (sometimes, invalid code, but that's minor) and then a
simple &quot;don't do that&quot;.</p>
</div>
</div>
</body>
</html>