BOOKS - PROGRAMMING - Data-Oriented Programming Reduce software complexity
US $7.54
582855
582855
Data-Oriented Programming Reduce software complexity
Author: Yehonathan Sharvit
Year: 2022
Number of pages: 426
Format: PDF
File size: 10 MB
Language: ENG
Year: 2022
Number of pages: 426
Format: PDF
File size: 10 MB
Language: ENG
Eliminate the unavoidable complexity of object-oriented designs. Using the persistent data structures built into most modern programming languages, Data-oriented programming cleanly separates code and data, which simplifies state management and eases concurrency. 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.