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.
121 lines
4.5 KiB
121 lines
4.5 KiB
11 months ago
|
<!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://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="/">English</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt">Português</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/tags">Tags (EN)</a></li>
|
||
|
|
||
|
<li class="sidebar-nav-item"><a href="/pt/tags">Tags (PT)</a></li>
|
||
|
|
||
|
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div class="content container">
|
||
|
|
||
|
<div class="post">
|
||
|
<h1 class="post-title">Things I Learnt The Hard Way - Disclaimer</h1>
|
||
|
<span class="post-date">
|
||
|
2019-06-19
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/things-i-learnt/">#things i learnt</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/disclaimer/">#disclaimer</a>
|
||
|
|
||
|
</span>
|
||
|
<p>There is one magical thing you need to know when reading this book: It's all
|
||
|
personal opinion</p>
|
||
|
<span id="continue-reading"></span>
|
||
|
<p>A lot of stuff I'm going to discuss throughout this book will come directly
|
||
|
from my personal experience in several projects -- system applications, web
|
||
|
backend, embedded, mobile, stream processing -- in several different languages
|
||
|
-- C, C++, Python, Java, Clojure, Rust. And, because it comes from personal
|
||
|
experience, everything reflects my own personal opinion on several subjects.</p>
|
||
|
<p>Obviously, you don't need to agree with every single point. But I hope at
|
||
|
least it will make you rethink a few subjects.</p>
|
||
|
<p>Also, sometimes I may mention some examples that people who know me -- either
|
||
|
worked with me, heard me complain about some project, inherit one of my
|
||
|
projects, <em>I</em> inherit one of the <em>their</em> projects -- may recognized and think
|
||
|
I'm attacking the author.</p>
|
||
|
<p>I am not.</p>
|
||
|
<p>We do mistakes. Sometimes we don't know the topic with are attacking,
|
||
|
sometimes we don't have full specs, sometimes we don't have the time to write
|
||
|
things properly in a crunchtime. And that's why some things don't look as
|
||
|
pretty as they should. Heck, if you think I'm attacking the original author of
|
||
|
some example, look back the stuff I wrote and you'll see things a lot worse.</p>
|
||
|
<p>But I need the example. I have this hope that showing people a few mistakes
|
||
|
can make things better. I want to show people how my opinion built over
|
||
|
some subject. And, again, I'm in no way attacking the original author of the
|
||
|
code. I may even call the code "stupid", but I'm not calling the author
|
||
|
<em>stupid</em>.</p>
|
||
|
<p>With that in mind...</p>
|
||
|
<div>
|
||
|
|
||
|
<div style="float:left">
|
||
|
<< <a href="/books/things-i-learnt/intro">Intro</a>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<div style="float:right">
|
||
|
<a href="/books/things-i-learnt/spec-first">Spec First, The Code</a> >>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|