Data-Oriented Programming

Data-Oriented Programming

AngličtinaMěkká vazba
Sharvit, Yehonathan
Manning Publications
EAN: 9781617298578
Na objednávku
Předpokládané dodání v pondělí, 27. ledna 2025
1 420 Kč
Běžná cena: 1 578 Kč
Sleva 10 %
ks
Chcete tento titul ještě dnes?
knihkupectví Megabooks Praha Korunní
není dostupné
Librairie Francophone Praha Štěpánská
není dostupné
knihkupectví Megabooks Ostrava
není dostupné
knihkupectví Megabooks Olomouc
není dostupné
knihkupectví Megabooks Plzeň
není dostupné
knihkupectví Megabooks Brno
není dostupné
knihkupectví Megabooks Hradec Králové
není dostupné
knihkupectví Megabooks České Budějovice
není dostupné
knihkupectví Megabooks Liberec
není dostupné

Podrobné informace

Data-Oriented Programming teaches you to design and implement software using the data-oriented programming paradigm. In it, you'll learn author Yehonathan Sharvit's unique approach to DOP that he has developed over a decade of experience.
Every chapter contains a new light bulb moment that will change the way you think about programming. As you read, you'll build a library management system using the DOP paradigm. You'll design data models for business entities, manipulate immutable data collections, and write unit tests for data-oriented systems.

About the Technology
Data-oriented programming is an exciting new paradigm that eliminates the usual complexity caused by combining data and code into objects and classes. In DOP, you maintain application data in persistent generic data structures separated from the program's code. You use general-purpose functions to manipulate the data without mutating it. This approach rids your applications of state-related bugs and makes your code much easier to understand and maintain.

EAN 9781617298578
ISBN 1617298573
Typ produktu Měkká vazba
Vydavatel Manning Publications
Datum vydání 15. září 2022
Stránky 325
Jazyk English
Rozměry 234 x 186 x 28
Země United States
Autoři Sharvit, Yehonathan