Skip to content

loiwu/Design-Patterns-In-Swift-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Design-Patterns-In-Swift-3

Table of Swift

Swift

Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.

Source: Swift Community

Table of Design Patterns

Behavioral

In software engineering, behavioral design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this comunication.

Source: wikipedia.org

🐯 Chain Of Responsibility

The chain of responsibility pattern is used to process varied requests, each of which may be dealt with by a different handler.

Further Examples: Design Patterns in Swift

Creational

In software engineering, creational design patterns are design patters that deal with object creation mechanism, trying to create objects in a manner suitable to the sotuation. The basic form of object creation could result in design problems or added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.

Source: wikipedia.org

Structural

In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships between entities.

Source: wikipedia.org

About

Design Patterns In Swift 3 - from 09-14-2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published