Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dbacinski/Design-Patterns-In-Kotlin issues and pull requests

#45 - Update README.md

Pull Request - State: open - Opened by azarboon 5 months ago

#45 - Update README.md

Pull Request - State: open - Opened by azarboon 5 months ago

#43 - Update README.md

Pull Request - State: closed - Opened by itechnicalnahid over 3 years ago

#43 - Update README.md

Pull Request - State: closed - Opened by itechnicalnahid over 3 years ago

#42 - Minor simplification

Pull Request - State: closed - Opened by YektaDev over 3 years ago - 1 comment

#42 - Minor simplification

Pull Request - State: closed - Opened by YektaDev over 3 years ago - 1 comment

#41 - Fix Builder pattern usage example indentation

Pull Request - State: closed - Opened by deniskrr almost 4 years ago

#41 - Fix Builder pattern usage example indentation

Pull Request - State: closed - Opened by deniskrr almost 4 years ago

#40 - Wrong usage of an Observer/Listener pattern example

Issue - State: closed - Opened by hawklike about 4 years ago - 2 comments

#39 - Add Prototype pattern

Pull Request - State: open - Opened by emanuelbatista about 4 years ago

#39 - Add Prototype pattern

Pull Request - State: open - Opened by emanuelbatista about 4 years ago

#38 - Updated Observer usage in README

Pull Request - State: closed - Opened by sultanofcardio over 4 years ago - 1 comment

#38 - Updated Observer usage in README

Pull Request - State: closed - Opened by sultanofcardio over 4 years ago - 1 comment

#37 - How to mock UserRepository?

Issue - State: closed - Opened by SAGARSURI almost 5 years ago - 1 comment

#37 - How to mock UserRepository?

Issue - State: closed - Opened by SAGARSURI almost 5 years ago - 1 comment

#36 - Builder and apply

Issue - State: closed - Opened by JavierSegoviaCordoba almost 5 years ago - 1 comment

#36 - Builder and apply

Issue - State: closed - Opened by JavierSegoviaCordoba almost 5 years ago - 1 comment

#35 - Add Prototype pattern

Pull Request - State: open - Opened by babedev about 5 years ago - 1 comment

#34 - Add LazyThreadSafeSingleton code and test

Pull Request - State: closed - Opened by mkdika about 5 years ago - 2 comments

#33 - Analyze code and update gradle

Pull Request - State: closed - Opened by harshmittal2810 about 5 years ago

#32 - adding alternative decorator

Pull Request - State: closed - Opened by mrahimygk about 5 years ago - 3 comments

#32 - adding alternative decorator

Pull Request - State: closed - Opened by mrahimygk about 5 years ago - 3 comments

#31 - Add FlyWeight pattern

Pull Request - State: closed - Opened by DeanDonkov about 5 years ago - 5 comments

#31 - Add FlyWeight pattern

Pull Request - State: closed - Opened by DeanDonkov about 5 years ago - 5 comments

#30 - Update README for FlyWeight pattern

Pull Request - State: closed - Opened by DeanDonkov about 5 years ago

#30 - Update README for FlyWeight pattern

Pull Request - State: closed - Opened by DeanDonkov about 5 years ago

#29 - Changed listener so that it allows for multiple listeners.

Pull Request - State: closed - Opened by uzilan about 5 years ago - 1 comment

#29 - Changed listener so that it allows for multiple listeners.

Pull Request - State: closed - Opened by uzilan about 5 years ago - 1 comment

#28 - Use a list of observers instead of only one

Issue - State: closed - Opened by uzilan about 5 years ago - 5 comments

#27 - Stateless visitors

Pull Request - State: closed - Opened by mgrzeszczak over 5 years ago - 1 comment

#26 - Corrected typo

Pull Request - State: closed - Opened by kenfehling over 5 years ago

#26 - Corrected typo

Pull Request - State: closed - Opened by kenfehling over 5 years ago

#25 - fields after methods

Issue - State: closed - Opened by lalilulelo1986 over 5 years ago - 2 comments

#24 - Factory and object instead of class

Issue - State: closed - Opened by JavierSegoviaCordoba over 5 years ago - 3 comments

#24 - Factory and object instead of class

Issue - State: closed - Opened by JavierSegoviaCordoba over 5 years ago - 3 comments

#23 - adding composite to structural patterns

Pull Request - State: closed - Opened by ntedgi almost 6 years ago - 3 comments

#23 - adding composite to structural patterns

Pull Request - State: closed - Opened by ntedgi almost 6 years ago - 3 comments

#22 - Add memento design pattern

Pull Request - State: closed - Opened by tfij about 6 years ago

#22 - Add memento design pattern

Pull Request - State: closed - Opened by tfij about 6 years ago

#21 - Update with actual stack and added another pattern

Pull Request - State: closed - Opened by Marat-tip about 6 years ago - 3 comments

#21 - Update with actual stack and added another pattern

Pull Request - State: closed - Opened by Marat-tip about 6 years ago - 3 comments

#20 - What about Null Object pattern?

Issue - State: open - Opened by johnnyfivedev over 6 years ago - 5 comments

#20 - What about Null Object pattern?

Issue - State: open - Opened by johnnyfivedev over 6 years ago - 5 comments

#19 - Improvement For The Factory Example

Issue - State: closed - Opened by Amirko28 over 6 years ago - 2 comments

#19 - Improvement For The Factory Example

Issue - State: closed - Opened by Amirko28 over 6 years ago - 2 comments

#18 - README.md little change to conform to source (FactoryMethod) + suggestion

Pull Request - State: closed - Opened by mFrankowicz over 6 years ago - 1 comment

#18 - README.md little change to conform to source (FactoryMethod) + suggestion

Pull Request - State: closed - Opened by mFrankowicz over 6 years ago - 1 comment

#17 - update kotlin version

Pull Request - State: closed - Opened by mibrahimdev almost 7 years ago - 1 comment

#17 - update kotlin version

Pull Request - State: closed - Opened by mibrahimdev almost 7 years ago - 1 comment

#16 - Update README.md

Pull Request - State: closed - Opened by lightway82 almost 7 years ago - 1 comment

#16 - Update README.md

Pull Request - State: closed - Opened by lightway82 almost 7 years ago - 1 comment

#15 - Changed Singleton to its natural static method getInstance()

Pull Request - State: closed - Opened by Chaosruler972 almost 7 years ago - 2 comments

#15 - Changed Singleton to its natural static method getInstance()

Pull Request - State: closed - Opened by Chaosruler972 almost 7 years ago - 2 comments

#14 - Suggestions for State pattern.

Pull Request - State: closed - Opened by jolkdarr about 7 years ago

#14 - Suggestions for State pattern.

Pull Request - State: closed - Opened by jolkdarr about 7 years ago

#13 - #12 improved version of Decorator pattern based on @westonal feedback

Pull Request - State: closed - Opened by dbacinski over 7 years ago - 1 comment

#12 - Decorator doesn't demonstrate overriding behaviour, only extending it

Issue - State: closed - Opened by westonal over 7 years ago - 8 comments

#11 - Idiomatic implementation of Strategy pattern

Pull Request - State: closed - Opened by dbacinski about 8 years ago

#10 - Feature/state v2

Pull Request - State: closed - Opened by dbacinski about 8 years ago

#9 - Updated Builder to use apply

Pull Request - State: closed - Opened by yozh1que about 8 years ago - 1 comment

#8 - Fix readme file formatting

Pull Request - State: closed - Opened by arturdryomov about 8 years ago

#7 - Improved builder pattern

Pull Request - State: closed - Opened by dbacinski about 8 years ago

#6 - Update README.md

Pull Request - State: closed - Opened by Net-Geek about 8 years ago

#5 - Use object declaration

Pull Request - State: closed - Opened by Net-Geek about 8 years ago - 2 comments

#4 - simplify decorator pattern using delegates

Pull Request - State: closed - Opened by pabl0rg about 8 years ago

#3 - request for example of repository pattern, with optional caching

Issue - State: closed - Opened by pabl0rg about 8 years ago - 5 comments

#2 - Readme.md update

Pull Request - State: closed - Opened by stepango about 8 years ago

#1 - Idiomatic Kotlin implementation

Pull Request - State: closed - Opened by stepango about 8 years ago - 1 comment