Vendeur : AHA-BUCH GmbH, Einbeck, Allemagne
EUR 28
Quantité disponible : 2 disponible(s)
Ajouter au panierTaschenbuch. Etat : Neu. Neuware - One Rule, 22 Languages, Explored in Depth.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : California Books, Miami, FL, Etats-Unis
EUR 20,91
Quantité disponible : Plus de 20 disponibles
Ajouter au panierEtat : New. Print on Demand.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Control the Gateways to Your CodeWhat do public, private, protected, and internal really mean across languages-and how do they shape your system's safety, scalability, and structure?A Deep Dive into Access Control Across 22 LanguagesIn Access Modifiers: Public, Private, Protected, and Internal Scope of Data Visibility in 22 Languages, discover how data visibility rules vary across object-oriented, functional, procedural, and declarative paradigms-from Ada and Kotlin to Rust, Elixir, and XSLT.Write Safer, Smarter, More Modular CodeThrough 6 parts and 24 practical modules, this book explores how access modifiers function in real-world scenarios. Learn the design intent behind lexical scoping, inheritance-based visibility, internal/package-level access, and accessor methods. See how language design philosophies-like Python's "consenting adults" model or Swift's strict module boundaries-shape access control.Gain Cross-Language Mastery of VisibilityWritten in a technical-informal, explanatory tone, this book gives you the clarity and depth to understand and apply visibility rules consistently. Whether you're developing secure APIs, refactoring legacy systems, or scaling modular codebases, this guide equips you with the tools to think and code defensively across ecosystems. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Decode OOP Structures Across 22 LanguagesEver wondered how object-oriented concepts like encapsulation, inheritance, and polymorphism are implemented across radically different programming languages?A Practical Guide to Class and Object DesignClass and Object Definition: Encapsulation, Inheritance, and Polymorphism of Object-Oriented Concepts in 22 Languages offers a wide-reaching exploration of how object-oriented programming (OOP) is structured, extended, and leveraged across today's diverse software ecosystems-from Ada and Rust to Haskell, Python, and XSLT.Master Classes, Objects, and Their BehaviorsThrough 6 parts and 24 accessible modules, this book compares class structures, memory models, inheritance chains, access control, dynamic dispatch, and even metaclasses and reflection. Whether you're interested in deep class hierarchies, interface contracts, or polymorphic flexibility, this book breaks each topic down with instructional clarity and real-world comparisons-perfect for developers, educators, and curious architects.Elevate Your Cross-Language OOP FluencyDesigned in a technical-informal tone to make complex concepts digestible, this guide helps you write clearer, more interoperable object-oriented code across statically and dynamically typed languages. If you want to understand not just how to write classes, but how they behave and evolve across languages-this is your next essential read. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Understand What Your Variables Can, and Can't DoVariable scope controls how your code thinks. Without mastering it, you risk bugs, side effects, and unexpected behavior in every function you write.One Rule, 22 Languages, Explored in DepthVariable Scope: Local, Global, and Lexical Scope Rules of Variable Accessibility in 22 Languages is your practical guide to how variable scope behaves across modern programming paradigms. Covering Ada, Python, JavaScript, Kotlin, XSLT, and 17 others, this book teaches how local, global, and lexical scope rules impact control, safety, and modularity.See Scope Through a Cross-Language LensWith a technical-informal tone and clear instructional flow, this book explains block-level scoping, closures, nested variables, global declarations, and shadowing-through real-world patterns, best practices, and annotated examples. Discover what differs across compiled and interpreted languages, static vs. dynamic scoping, and how languages like Rust, MATLAB, and F# define their own scoping quirks.Write Clearer, Smarter, and Safer CodeIf you write code, refactor code, or teach others to do both-this is your definitive reference. Whether you're debugging nested closures or designing maintainable APIs, this book will improve how you reason about variables forever. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Write Code That Speaks Clearly, No Matter the LanguageEver looked at a piece of code and wondered what the author was thinking? Comments bridge the gap between logic and readability, and this book shows exactly how, across 22 languages.Understand How the Pros Do It, Line by LineFrom Python to Rust, C++ to Elixir, we break down how single-line, multi-line, and documentation comments are written, why they matter, and how each language handles them. You'll learn comment syntax, placement, formatting styles, and real-world use-all with practical clarity.Boost Your Code Quality With Thoughtful CommentaryWhether you're writing inline rationales, docstrings for APIs, or license headers, this book teaches you how to write clean, helpful, and future-proof comments. Includes best practices, anti-patterns, and how comments vary across paradigms and tooling environments.Code Smarter, Comment BetterPerfect for polyglots, teams, or educators. With side-by-side language comparisons, use-case breakdowns, and tool integration tips, this guide will elevate your documentation game. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Master Variables Across 22 Programming Languages Like a ProVariables are the foundation of all programming logic-and mastering them unlocks better code, stronger designs, and fewer bugs. Variable Declaration and Initialization is your ultimate comparative guide, helping you navigate how variables behave across 22 major languages, from C++ and Rust to Python and JavaScript.Deep Dive Into Data Types, Mutability, and ScopeStructured across 6 comprehensive parts, this book covers the fundamentals of variables, primitive and advanced data types, mutability models, and variable scoping techniques. You'll explore key topics like default initialization, type casting, null safety, immutable bindings, and how storage duration impacts performance. Detailed comparisons show how these features differ between statically and dynamically typed languages.Avoid Pitfalls, Strengthen Skills, and Write Cleaner CodeUnderstand how languages like Rust and Scala enforce immutability for concurrency safety, how closures capture variables, and why scope models in scripting languages can lead to hidden bugs. Learn best practices for state management, variable isolation, and type-safe programming with real-world strategies.Elevate Your Programming Expertise Starting TodayWhether you're a beginner or seasoned developer, this guide will transform your approach to variable management-making your code clearer, faster, and more reliable. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Data Collections: Arrays, Lists, Dictionaries (Maps), and Sets of Data Structures in 22 Languages is a hands-on guide to how core data structures work across popular and niche programming languages. If you've ever wondered how arrays in Rust differ from lists in Python or how dictionaries behave in Elixir versus JavaScript, this book gives you a structured, practical walkthrough.You'll explore arrays, lists, key-value maps, and sets across 22 languages including Java, Swift, Go, Kotlin, Haskell, MATLAB, Julia, Dart, R, and more. Each concept is broken down with clarity and context so you not only see the syntax but understand how memory, mutability, performance, and idioms shape the design choices in each language.Organized into 30 short, readable modules, the book covers operations like insertion and lookup, static vs dynamic sizing, nested and multidimensional collections, plus common pitfalls and best practices. Whether you're building something fast in C++ or doing functional data transformation in Scala, this book helps you speak the language of collections clearly.Great for developers, CS learners, or anyone working across languages, it's a guide you'll refer to again and again. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. A Comprehensive Guide to Iteration Mechanisms Across Languages Understand the Core Mechanism Behind All ComputationIn every algorithm and application, iteration plays a foundational role. Looping Constructs: For, While, Do-While, and Iterators of Iteration Mechanisms in 22 Languages delivers a systematic exploration of looping constructs across today's essential programming languages.Comparative Analysis Across 22 Programming LanguagesDelve into syntax, semantics, and idiomatic practices for for-loops, while-loops, do-while constructs, and modern iterator patterns. Understand the nuances between imperative and functional paradigms, from C++ and Java to Haskell and Elixir.Build Robust, Maintainable, and Efficient CodeLearn best practices for writing clear, performant looping logic. Master advanced topics like lazy evaluation, generator patterns, and language-specific optimizations, while avoiding common pitfalls such as infinite loops and loop state errors.Enhance Your Expertise Across Languages and ParadigmsEquip yourself with the knowledge to write better loops and iterators across multiple ecosystems. Looping Constructs is an essential addition to any serious programmer's library. Begin mastering iteration across languages today. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Discover the Invisible Framework Powering Every Program You BuildUltimate Programming Constructs reveals the essential elements behind every software system. From variables and functions to classes, loops, and scope-you'll uncover the foundational programming constructs that quietly drive all applications, tools, and platforms you use every day.Master Programming Concepts Without Writing a Single Line of CodeThis book isn't about syntax-it's about the thinking behind the code. Through crystal-clear explanations, analogies, and structured breakdowns, each chapter helps you understand the role, behavior, and impact of key constructs like collections, accessors, and enums-without ever needing to compile a file.Think Like a Developer, With Clarity, Structure, and ConfidenceDesigned in 24 easy-to-follow modules, this guide transforms your understanding from fragmented knowledge into a full mental model. You'll discover how programming logic works beneath the surface-and why mastering constructs like conditions, comments, and scope is key to writing purposeful, maintainable code.Take the First Step Toward Real Programming Mastery TodayWhether you're a beginner, student, or career shifter, this book gives you the mental scaffolding to excel. Get your copy of Ultimate Programming Constructs and elevate your programming journey. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Unlock the Full Power of Enums Across 22 LanguagesHave you ever wondered how enumerated types are truly defined, implemented, and optimized across languages as different as Rust, Haskell, MATLAB, and C++?A Deep Dive That Goes Far Beyond SyntaxEnumerated Types (Enums): Definition, Usage, and Underlying Implementations of Structured Data in 22 Languages is a comprehensive, technical-informal guide that explores how enums evolve from simple constants to powerful, structured data tools. Covering languages across paradigms-imperative, functional, declarative, and scientific-it bridges foundational syntax, flag manipulation, type safety, control flow integration, and internal compiler representation.Learn, Compare, and Apply with Instructional ClarityThrough 6 well-structured parts and 24 concise modules, this book balances explanation and practicality. It compares simple and typed enums, string-based and flag enums, scoped variants, and their performance trade-offs-all while offering syntax comparisons, best practices, and warnings on misuse. Whether you're coding in Ada, Python, Swift, or XSLT, you'll gain real insights into making enums readable, safe, and scalable.Elevate Your Code with Language-Aware Enum MasteryIf you're a cross-language developer, technical writer, educator, or systems architect, this book will transform how you think about and use enums. Let's enumerate excellence-across 22 languages. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.
Vendeur : CitiRetail, Stevenage, Royaume-Uni
EUR 24,93
Quantité disponible : 1 disponible(s)
Ajouter au panierPaperback. Etat : new. Paperback. Unlock the Power of Functions Across 22 LanguagesFunctions are the building blocks of powerful, reusable, and efficient code. Whether you're working in Python, Java, Rust, or any of 22 different languages, mastering function definition, invocation, and scope is critical. This guide offers a deep, structured journey into how top languages handle parameters, return types, and the essential behavior of functions.Explore Parameters, Scope, Recursion, Closures, and MoreDive into clear modules that cover everything from basic function syntax and naming conventions to recursion, closures, memoization, and higher-order functions. You'll learn multiple strategies for parameter passing, handle multiple return types, and see how function scope impacts memory and execution flow. See how statically and dynamically typed languages treat functions differently - with plenty of real-world examples to guide you.Write Cleaner, More Efficient, and More Reusable CodeBy understanding the intricacies of function purity, mutability, scope management, and function composition, you will dramatically improve the quality of your code. This book arms you with techniques to design reliable, modular, and high-performance functions - and to avoid common pitfalls like memory leaks, excessive recursion, and scoping errors.Master Cross-Language Function Skills TodayWhether you're a beginner looking to solidify your understanding of functions, or a seasoned developer exploring multiple programming languages, this book is your indispensable reference. Start mastering functions the right way - across 22 major languages - and elevate your programming skills to a professional level. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability.