issues Search Results · repo:ochococo/Design-Patterns-In-Swift language:Swift
Filter by
40 results
(62 ms)40 results
inochococo/Design-Patterns-In-Swift (press backspace or delete to remove)Binlogo
- Opened on Jun 2, 2024
- #127
Table of Contents in README.md has invalid sorting, in Behavioral section (Visitor pattern should be after Template
Method pattern)
📷 Screenshot
img width= 604 alt= Screenshot 2023-06-29 at 21 56 45 ...
karolkulesza
- 1
- Opened on Jun 29, 2023
- #121
./source/behavioral/chain_of_responsibility.swift has an opportunity to improve readability.
Consider this snippet from the file:
if let next = self.next {
return next.withdraw(amount: amount)
} ...
VladimirCreator
- 2
- Opened on May 18, 2023
- #120
There is an opportunity to improve readability in ./source/creational/builder.swift. The opportunity is to use guard
let... instead of if let... reducing indenting s length.
VladimirCreator
- 2
- Opened on May 18, 2023
- #118
Facade direct link in README.md file is broken and when you tap on it doesn t direct you to the Facade section
mohamedmostafafawzi
- Opened on May 7, 2022
- #111
In Mediator case, just have the MessageMediator broadcast the message to all Programmers. But In GOF, mediator structure
like below:
521bcedd-4c0b-4d63-8d51-ecb1f38b16e1
Apparently, programmers need ...
cash0211
- 1
- Opened on Dec 2, 2021
- #110
https://github.com/ochococo/Design-Patterns-In-Swift/blob/master/source-cn/contents.md
进去点击 会404
谢谢
ghost
- 3
- Opened on May 17, 2021
- #108
Monostate example code has build issue.
And it uses struct, since struct is copy semantics, which is not the good way to share singularity state.
struct Settings {
enum Theme {
case .old ...
Binlogo
- Opened on Apr 30, 2021
- #102

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.