Closure (PART 1) A Word About Memory Closure (PART 1) Let’s first practice closure with some common computer-math operations: determining if a value is prime (has no divisors ...
Foreword Foreword While reading this book in preparation for writing this foreword, I was forced to reflect on how I learned JavaScript and how much it has changed over the las...
Class vs Struct Introduction Problem Design Class Create Instance Design Struct Create Instance Classes Structs Mutability Mutability in Classes No Mutability in Structs ...
Database Testing Introduction Generating Factories Resetting The Database After Each Test Writing Factories Extending Factories Factory States Factory Callbacks Using Factor...
Callbacks ComponentLink API send_message send_message_batch callback batch_callback Callbacks Relevant examples Callbacks The component “link” is the mechanism through wh...
Automatic Reference Counting How ARC Works ARC in Action Strong Reference Cycles Between Class Instances Resolving Strong Reference Cycles Between Class Instances Weak Reference...