Data-Oriented Programming
Author | : Yehonathan Sharvit |
Publisher | : Simon and Schuster |
Total Pages | : 422 |
Release | : 2022-08-16 |
ISBN-10 | : 9781617298578 |
ISBN-13 | : 1617298573 |
Rating | : 4/5 (573 Downloads) |
Download or read book Data-Oriented Programming written by Yehonathan Sharvit and published by Simon and Schuster. This book was released on 2022-08-16 with total page 422 pages. Available in PDF, EPUB and Kindle. Book excerpt: Code that combines behavior and data, as is common in object-oriented designs, can introduce almost unmanageable complexity for state management. The data-orineted programming (DOP) paradigm simplifies state management by holding application data in immutable generic data structures and then performing calculations using non-mutating general-purpose functions. Your applications are free of state-related bugs and your code is easier to understand and maintain. Data-oriented programming teaches you to design software using the groundbreaking data-oriented paradigm. You'll put DOP into action to design data models for business entities and implement a library management system that manages state without data mutation. The numerous diagrams, intuitive mind maps, and a unique conversational approach all help you get your head around these exciting new ideas. Every chapter has a lightbulb moment that will change the way you think about programming.