mods-patterns-testing
2021-06-09 17:07:01 1KB JavaScript
1
Mastering Python Design Patterns: A guide to creating smart, efficient, and reusable software, 2nd Edition Exploit various design patterns to master the art of solving problems using Python Python is an object-oriented scripting language that is used in a wide range of categories. In software engineering, a design pattern is an elected solution for solving software design problems. Although they have been around for a while, design patterns remain one of the top topics in software engineering, and are a ready source for software developers to solve the problems they face on a regular basis. This book takes you through a variety of design patterns and explains them with real-world examples. You will get to grips with low-level details and concepts that show you how to write Python code, without focusing on common solutions as enabled in Java and C++. You’ll also fnd sections on corrections, best practices, system architecture, and its designing aspects. This book will help you learn the core concepts of design patterns and the way they can be used to resolve software design problems. You’ll focus on most of the Gang of Four (GoF) design patterns, which are used to solve everyday problems, and take your skills to the next level with reactive and functional patterns that help you build resilient, scalable, and robust applications. By the end of the book, you’ll be able to effciently address commonly faced problems and develop applications, and also be comfortable working on scalable and maintainable projects of any size.
2021-06-06 21:32:51 1.52MB python design patterns
1
a-little-java-a-few-patterns 非扫描版. 非常清楚.
2021-06-06 17:26:25 14.5MB java
1
It’s all too common for developers to start coding an application without a formal architecture in place. Without a clear and welldefined architecture, most developers and architects will resort to the de facto standard traditional layered architecture pattern (also called the n-tier architecture), creating implicit layers by separating source-code modules into packages. Unfortunately, what often results from this practice is a collection of unorganized source-code modules that lack clear roles, responsibilities, and relationships to one another. This is commonly referred to as the big ball of mud architecture anti-pattern. Applications lacking a formal architecture are generally tightly coupled, brittle, difficult to change, and without a clear vision or direction. As a result, it is very difficult to determine the architectural characteristics of the application without fully understanding the inner-workings of every component and module in the system. Basic questions about deployment and maintenance are hard to answer: Does the architecture scale? What are the performance characteristics of the application? How easily does the application respond to change? What are the deployment characteristics of the application? How responsive is the architecture? Architecture patterns help define the basic characteristics and behavior of an application. For example, some architecture patterns naturally lend themselves toward highly scalable applications, whereas other architecture patterns naturally lend themselves toward applications that are highly agile. Knowing the characteristics, strengths, and weaknesses of each architecture pattern is necesv sary in order to choose the one that meets your specific business needs and goals.
2021-06-04 23:38:52 5.28MB Software architecture patterns
1
Fowler在Analysis Patterns一书里提到了这本书,商用数据库建模,几乎应有尽有。甚至有一些很变态的需求,都能建出来。
2021-06-02 22:25:42 15.71MB 商业建模
1
Patterns for Time Triggered Embedded Systems (中、英文) 时间触发嵌入式系统设计模式 8051系列微控制器开发可靠应用 一本不错的嵌入式书籍,其中第28章是“使用CAN的共享时钟调度器”
1
Language Implementation Patterns Create Your Own Domain-Specific and General Programming Languages 英文无水印原版pdf pdf所有页面使用FoxitReader、PDF-XChangeViewer、SumatraPDF和Firefox测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-05-28 12:06:15 9.51MB Language Implementati Patterns Create
1
Modern C++ Design Generic Programming and Design Patterns Applied 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊官网搜索此书
2021-05-25 21:50:54 22.77MB Modern C++ Design Generic
1
design-patterns-for-embedded-systems-in-c 非扫描 英文原版pdf
2021-05-23 07:57:58 7.82MB 设计模式 embedded c
1
An Introduction to Design Patterns in C++ with Qt(2nd) 英文无水印pdf 第2版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-05-20 15:55:36 12.08MB Introduction Design Patterns C++
1