www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Blog Post #0106: D-specific Stuff for GUI Programming II

reply Ron Tarrant <rontarrant gmail.com> writes:
Today we pick apart a D-specific implementation of the Observer 
pattern in preparation for a GUI use-case we'll look at next 
time. You can find the article right here: 
https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html
Apr 03 2020
parent reply WebFreak001 <d.forum webfreak.org> writes:
On Friday, 3 April 2020 at 09:40:02 UTC, Ron Tarrant wrote:
 Today we pick apart a D-specific implementation of the Observer 
 pattern in preparation for a GUI use-case we'll look at next 
 time. You can find the article right here: 
 https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html
maybe you should mention std.signals because the observer pattern is already implemented in phobos in that module :)
Apr 03 2020
parent Ron Tarrant <rontarrant gmail.com> writes:
On Friday, 3 April 2020 at 10:30:42 UTC, WebFreak001 wrote:
 On Friday, 3 April 2020 at 09:40:02 UTC, Ron Tarrant wrote:
 Today we pick apart a D-specific implementation of the 
 Observer pattern in preparation for a GUI use-case we'll look 
 at next time. You can find the article right here: 
 https://gtkdcoding.com/2020/04/03/0106-dlang-ui-snippets-ii.html
maybe you should mention std.signals because the observer pattern is already implemented in phobos in that module :)
Okay, thanks, WebFreak001. I have yet to really dig into all the various D libraries. I guess that'll have to come at some point.
Apr 03 2020