Elegant Objects

Elegant Objects
Title Elegant Objects PDF eBook
Author Yegor Bugayenko
Publisher Createspace Independent Publishing Platform
Pages 222
Release 2017-04-18
Genre
ISBN 9781534908307

Download Elegant Objects Book in PDF, Epub and Kindle

TL;DR Compound variable names, validators, private static literals, configurable objects, inheritance, annotations, MVC, dependency injection containers, reflection, ORM and even algorithms are our enemies.

Object Thinking

Object Thinking
Title Object Thinking PDF eBook
Author David West
Publisher Pearson Education
Pages 363
Release 2004
Genre Computers
ISBN 0735619654

Download Object Thinking Book in PDF, Epub and Kindle

Object Thinking blends historical perspective, experience, and visionary insight - exploring how developers can work less like the computers they program and more like problem solvers.

Inspirational Objects

Inspirational Objects
Title Inspirational Objects PDF eBook
Author Alison Milner
Publisher A&C Black
Pages 192
Release 2005
Genre Art objects
ISBN 9780713668193

Download Inspirational Objects Book in PDF, Epub and Kindle

240 objects - ranging from manufactured or handmade to natural items - have been beautifully photographed and cleverly arranged to provoke the viewer into a host of different questions- Why do I like it? Where does it come from? What is it for? What is it made from? While this book inspires the reader to respond to the elegant forms of often-overlooked everyday objects, the accompanying text explains the author's own reactions to and interpretations of each object in terms of function, evolution and representation, context and symbolism. The first part of the book consists of photographs and the second of discussion and is a fascinating and intriguing reference for anyone interested in artistic sources of inspiration.

Ordinary Objects

Ordinary Objects
Title Ordinary Objects PDF eBook
Author Amie Lynn Thomasson
Publisher Oxford University Press
Pages 253
Release 2007
Genre Philosophy
ISBN 0199764441

Download Ordinary Objects Book in PDF, Epub and Kindle

'Ordinary Objects' shows how to develop a common-sense ontology and defend it against a variety of eliminativist arguments. The text argues that the apparently diverse eliminativist arguments rest on a few shared assumptions, and that questioning these gives us reason to reevaluate the proper methods and limits of metaphysics.

Code Ahead

Code Ahead
Title Code Ahead PDF eBook
Author Yegor Bugayenko
Publisher Createspace Independent Publishing Platform
Pages 236
Release 2018-07-06
Genre
ISBN 9781982063740

Download Code Ahead Book in PDF, Epub and Kindle

TL;DR It's a semi-autobiographical fiction book about a software architect who is involved in programming, debugging, releasing, testing, organizing, team work, and management issues.

The Lives of Objects

The Lives of Objects
Title The Lives of Objects PDF eBook
Author Maia Kotrosits
Publisher Class 200: New Studies in Religion
Pages 252
Release 2020
Genre Church history
ISBN 022670758X

Download The Lives of Objects Book in PDF, Epub and Kindle

"Judaism and Christianity as condensed illustrations of how people across time struggle with the materiality of life and death. Speaking across many fields, including classics, history, anthropology, literary, gender, and queer studies, the book journeys through the ancient Mediterranean world by way of the myriad physical artifacts that punctuate the transnational history of early Christianity. By bringing a psychoanalytically inflected approach to bear upon her materialist studies of religious history, Kotrosits makes a contribution not only to our understanding of Judaism and early Christianity, but also our sense of how different disciplines construe historical knowledge, and how we as people and thinkers understand our own relation to our material and affective past"--

The Principles of Object-Oriented JavaScript

The Principles of Object-Oriented JavaScript
Title The Principles of Object-Oriented JavaScript PDF eBook
Author Nicholas C. Zakas
Publisher No Starch Press
Pages 122
Release 2014-02-14
Genre Computers
ISBN 1593275404

Download The Principles of Object-Oriented JavaScript Book in PDF, Epub and Kindle

If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands. In The Principles of Object-Oriented JavaScript, Nicholas C. Zakas thoroughly explores JavaScript's object-oriented nature, revealing the language's unique implementation of inheritance and other key characteristics. You'll learn: –The difference between primitive and reference values –What makes JavaScript functions so unique –The various ways to create objects –How to define your own constructors –How to work with and understand prototypes –Inheritance patterns for types and objects The Principles of Object-Oriented JavaScript will leave even experienced developers with a deeper understanding of JavaScript. Unlock the secrets behind how objects work in JavaScript so you can write clearer, more flexible, and more efficient code.