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.
117 lines
4.7 KiB
117 lines
4.7 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">Learning ECMAScript 6 - Narayan Prusty</h1>
|
||
|
<span class="post-date">
|
||
|
2016-02-18
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/narayan-prusty/">#narayan prusty</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/javascript/">#javascript</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/web-development/">#web development</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/it/">#it</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/stars-2/">#stars:2</a>
|
||
|
|
||
|
<a href="https://blog.juliobiason.me/tags/published-2015/">#published:2015</a>
|
||
|
|
||
|
</span>
|
||
|
<p><a href="https://www.goodreads.com/book/show/26236031-learning-ecmascript-6">GoodReads Summary</a>:
|
||
|
About This Book Learn a powerful approach to writing object-oriented
|
||
|
JavaScript code using ES6 Create and use ES6 modules to learn to write smart,
|
||
|
modularized JavaScript code The book will take you step-by-step through a wide
|
||
|
array of examples, giving you tips on how to make the best use of the latest
|
||
|
ES6 features Who This Book Is For</p>
|
||
|
<span id="continue-reading"></span><div>
|
||
|
★★☆☆☆
|
||
|
</div>
|
||
|
<p>ECMAScript 6 is the new JavaScript, and I'm just saying this in case you're
|
||
|
wondering why one would read this book.</p>
|
||
|
<p>There are a few niceties in JavaScript 6 that would make lives easier. I read
|
||
|
the book looking for those niceties. And it does its job. Poorly.</p>
|
||
|
<p>Thing is, the first examples are good (not great, good), and then it seems
|
||
|
there are some components the author didn't really quite grasped -- like
|
||
|
proxies -- and threw examples of things without them. In the case of proxies,
|
||
|
the author created proxies that replicate the normal behaviour of objects and
|
||
|
after reading it, you'll keep wondering <em>why</em> you should use them, as they do
|
||
|
nothing different from the default.</p>
|
||
|
<p>Also, broken English. I'll be the first saying that I'm not the most
|
||
|
impressive writer in the English language, but hell, some sentences really
|
||
|
hurt. "we will be comparing" is one of those cases. And you'll find plenty of
|
||
|
them. Plenty of "that is", plenty "therefore" and things like that just make
|
||
|
the text tiring to read -- and it's not even a long read, just about 200
|
||
|
pages.</p>
|
||
|
<p>It's a book that may give you some insights about what's new in JavaScript,
|
||
|
but falls short delivering its message.</p>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|