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.
113 lines
4.5 KiB
113 lines
4.5 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://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">Backbone.Js Testing - Ryan Roemer</h1> |
|
<span class="post-date"> |
|
2016-05-02 |
|
|
|
<a href="https://blog.juliobiason.me/tags/books/">#books</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/ryan-roemer/">#ryan roemer</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/reviews/">#reviews</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/backbone-js/">#backbone.js</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-4/">#stars:4</a> |
|
|
|
<a href="https://blog.juliobiason.me/tags/published-2013/">#published:2013</a> |
|
|
|
</span> |
|
<p><a href="https://www.goodreads.com/book/show/18902858-backbone-js-testing">GoodReads Summary</a>: |
|
This book is packed with the step by step tutorial and instructions in recipe |
|
format helping you setup test infrastructure and gradually advance your skills |
|
to plan, develop, and test your backbone applications.If you are a JavaScript |
|
developer looking for recipes to create and implement test support for your |
|
backbone application, then this book is ideal for you.</p> |
|
<span id="continue-reading"></span><div> |
|
★★★★☆ |
|
</div> |
|
<p>At the very begin of the book, the author mentioned that, for the sake of |
|
showing tests, there would be a complete application to be used as an example. |
|
My thought, at this point was: Finally, a book talking more about how to |
|
connect Backbone elements than <em>Backbone.js Essentials</em>. Well, I was mistaken.</p> |
|
<p>There isn't much of Backbone itself in this book. When it says "Backbone.js |
|
<em>Testing</em>", it actually means that Backbone is just a background thingy to |
|
talk about Mocha, Chai and Sinon. If the author decided to write a "React.js |
|
Testing", there wouldn't be more much in the topics, just a few adjustments |
|
there and there.</p> |
|
<p>This means this book is bad? Actually not. Although not focusing directly on |
|
Backbone, it <em>does</em> focus a lot on testing and all related libraries. Even if |
|
you don't work with Backbone -- but have at least some general idea about how |
|
it works -- it is a damn good book about JavaScript testing.</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html>
|
|
|