Hi,
I'm working on a new framework for input. Based on my previous experiences, I decided to write a new one from scratch. In the past, I have used the observer pattern a lot. However, it turned out, once I added threading to the program, it complicated matters a lot.
If I don't use the observer patter, what alternative do I have? Callback events? What are you guys using?
Thanks,
Observer Pattern
-
- Old One
- Posts: 2565
- Joined: Sun Sep 11, 2005 1:04 am
- Location: Paris, France
- x 56
Re: Observer Pattern
The problem is not the pattern. The problem is either your implementation, your use case or the specific combination of both.
I designed and implemented a large variety of observer-pattern code and trust me when I say that no implementation match all needs.
I designed and implemented a large variety of observer-pattern code and trust me when I say that no implementation match all needs.