Dart 1 for everyone fast, flexible, structured code for the modern web

Caution: after reading you may develop an intense attachment to structured code and skinny jeans.What You Need: You will need the Dart SDK, which is freely available from https: //dartlang.org. Most of the book works with Dartium, a preview release of Chrome that is included in the SDK and has the D...

Full description

Bibliographic Details
Main Author: Strom, Chris
Other Authors: Swaine, Michael (Editor)
Format: eBook
Language:English
Published: [Frisco, TX] The Pragmatic Programmers 2014
Series:The pragmatic programmers
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03871nmm a2200457 u 4500
001 EB001916203
003 EBX01000000000000001079105
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781680505252 
020 |a 1680505254 
020 |a 1941222250 
050 4 |a QA76.76.A65 
100 1 |a Strom, Chris 
245 0 0 |a Dart 1 for everyone  |b fast, flexible, structured code for the modern web  |c Chris Strom ; edited by Michael Swaine 
246 3 1 |a Dart one for everyone 
260 |a [Frisco, TX]  |b The Pragmatic Programmers  |c 2014 
300 |a 1 volume  |b illustrations 
653 |a Logiciels d'application / Développement 
653 |a Application software / Development / fast 
653 |a Programmation Internet 
653 |a COMPUTERS / Software Development & Engineering / General / bisacsh 
653 |a Internet programming / http://id.loc.gov/authorities/subjects/sh96009904 
653 |a Internet programming / fast 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
700 1 |a Swaine, Michael  |e editor 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
490 0 |a The pragmatic programmers 
500 |a Place of pulication from publisher's Web site. - "Version: P1.0 (October 2014)." 
776 |z 1680505254 
776 |z 1941222250 
776 |z 9781941222256 
776 |z 9781680505252 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781680500479/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.133 
082 0 |a 620 
520 |a Caution: after reading you may develop an intense attachment to structured code and skinny jeans.What You Need: You will need the Dart SDK, which is freely available from https: //dartlang.org. Most of the book works with Dartium, a preview release of Chrome that is included in the SDK and has the Dart VM built-in. Some of the examples use either the dart2js tool or the Dart Editor to compile Dart down into JavaScript - both are part of the SDK. 
520 |a The MVC project chapters dumped the old JavaScript-like event handlers for the sleek new streams interface, and the chapter on testing reflects the extensive changes in testing now available in Dart.Brand-new sections explore some of Dart's beautiful new features, such as: Method cascades: Improve code readability dramatically. Event streams: Simplified event handling, consistent with virtually every other asynchronous interaction in Dart. Library parts: Yet another way Dart promotes code organization. New class constructor syntax: Dart supports a nice variety of surprisingly expressive and concise ways to declare constructors.* Building your own packages: Quickly share your work with the world.You'll start writing Dart code on page 1, and throughout the book, you'll refactor that code to explore Dart's features: OOP, real libraries and packages, testing, and more. You'll learn how to write beautiful, maintainable application code that just works in all modern browsers.  
520 |a Psst You're not stuck with JavaScript anymore. Google's Dart language makes programming for the Web simpler, faster, and more powerful. With version 1.0 in 2013 and an ECMA standard in 2014, Dart is ready to radically change web development for the better. And "Dart 1 for Everyone" has got you covered. Completely updated for Dart 1 and the ECMA standard, with new sections on new Dart features like method cascades, event streams, and class constructor syntax, this book wastes no time in immersing you in the finer points of this powerful and surprisingly beautiful language.Dart has changed significantly since the first printing of this book and "Dart 1 for Everyone" has kept up. Every chapter has been revised and some chapters have been almost completely rewritten since the first printing.