- Apex Design Patterns
- Jitendra Zaa Anshul Verma
- 165字
- 2021-07-16 11:11:20
What this book covers
Chapter 1, An Introduction to Apex Design Pattern, covers the basics of inheritance, abstract classes, polymorphism, cohesion and coupling, and object-oriented design principles.
Chapter 2, Creational Patterns, focuses on different ways to instantiate objects to achieve code reusability, ease of maintenance, and loose coupling.
Chapter 3, Structural Patterns, explains the design patterns that can solve many situations and problems, which occur during project development in Apex, that demand a change in functionalities and cause a ripple effect on the rest of the system.
Chapter 4, Behavioral Patterns, provides a glimpse of some problems, such as double dispatch and code maintenance issues, and explains how to use appropriate design patterns to fix them.
Chapter 5, Handling Concurrency in Apex, discusses the design solution for the race condition in concurrency, which can result in data corruption without anyone noticing it.
Chapter 6, Anti-patterns and Best Practices, shows some common pitfalls observed during application development in Apex and suggested solutions.
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- LabVIEW程序設計基礎與應用
- Mastering JavaScript Object-Oriented Programming
- TypeScript Blueprints
- Apache Hive Essentials
- Java深入解析:透析Java本質的36個話題
- C語言程序設計案例式教程
- C++程序設計基礎教程
- C語言程序設計教程
- C++新經典
- Linux C編程:一站式學習
- Learning YARN
- Java程序設計與項目案例教程
- SEO教程:搜索引擎優化入門與進階(第3版)
- RESTful Web API Design with Node.js(Second Edition)