Click here to Skip to main content
15,911,132 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: WSO CCC OTD 2017-08-07 We have a winner! Pin
OriginalGriff7-Aug-17 1:02
mveOriginalGriff7-Aug-17 1:02 
GeneralDiscovery PinPopular
#realJSOP6-Aug-17 11:49
professional#realJSOP6-Aug-17 11:49 
PraiseRe: Discovery Pin
Jon McKee6-Aug-17 13:11
professionalJon McKee6-Aug-17 13:11 
GeneralRe: Discovery Pin
Brisingr Aerowing6-Aug-17 17:02
professionalBrisingr Aerowing6-Aug-17 17:02 
GeneralRe: Discovery Pin
Pete O'Hanlon6-Aug-17 21:17
mvePete O'Hanlon6-Aug-17 21:17 
GeneralRe: Discovery Pin
#realJSOP6-Aug-17 23:24
professional#realJSOP6-Aug-17 23:24 
GeneralRe: Discovery Pin
Slacker0077-Aug-17 0:32
professionalSlacker0077-Aug-17 0:32 
GeneralRe: Discovery Pin
Pete O'Hanlon7-Aug-17 1:39
mvePete O'Hanlon7-Aug-17 1:39 
RX is a powerful tool that people sometimes like to use when there are other, simpler mechanisms available. For instance, using RX to simulate event handling - suppose you have a class that you want to notify the containing class that something has finished. You could either create an event and then register an event handler in the containing class, or you could create an RX subscription in the container, that listens for the "event trigger", i.e., the publishing class publishing the notification using onNext. While both mechanisms will do the job, the first version is more straightforward for people to visualize. It's worth remembering that this move to replace event handlers with observable subscriptions generally comes when people realise that event handlers are a specialisation of the Observer pattern.
This space for rent

GeneralRe: Discovery Pin
Slacker0077-Aug-17 1:52
professionalSlacker0077-Aug-17 1:52 
GeneralRe: Discovery Pin
Pete O'Hanlon7-Aug-17 2:38
mvePete O'Hanlon7-Aug-17 2:38 
GeneralRe: Discovery Pin
Jörgen Andersson7-Aug-17 2:00
professionalJörgen Andersson7-Aug-17 2:00 
GeneralRe: Discovery Pin
Kevin Marois7-Aug-17 4:49
professionalKevin Marois7-Aug-17 4:49 
GeneralRe: Discovery Pin
#realJSOP7-Aug-17 5:15
professional#realJSOP7-Aug-17 5:15 
GeneralRe: Discovery Pin
Kevin Marois7-Aug-17 5:25
professionalKevin Marois7-Aug-17 5:25 
QuestionBye Bye Blackberry Pin
  Forogar  6-Aug-17 9:33
professional  Forogar  6-Aug-17 9:33 
PraiseRe: Bye Bye Blackberry Pin
RickZeeland6-Aug-17 9:43
mveRickZeeland6-Aug-17 9:43 
AnswerRe: Bye Bye Blackberry Pin
OriginalGriff6-Aug-17 10:00
mveOriginalGriff6-Aug-17 10:00 
GeneralRe: Bye Bye Blackberry Pin
ledtech36-Aug-17 13:11
ledtech36-Aug-17 13:11 
GeneralRe: Bye Bye Blackberry Pin
David Crow6-Aug-17 16:36
David Crow6-Aug-17 16:36 
AnswerRe: Bye Bye Blackberry Pin
glennPattonWork36-Aug-17 20:59
professionalglennPattonWork36-Aug-17 20:59 
GeneralRe: Bye Bye Blackberry Pin
OriginalGriff6-Aug-17 21:29
mveOriginalGriff6-Aug-17 21:29 
GeneralRe: Bye Bye Blackberry Pin
glennPattonWork36-Aug-17 21:35
professionalglennPattonWork36-Aug-17 21:35 
GeneralRe: Bye Bye Blackberry Pin
OriginalGriff6-Aug-17 21:40
mveOriginalGriff6-Aug-17 21:40 
GeneralRe: Bye Bye Blackberry Pin
glennPattonWork36-Aug-17 21:51
professionalglennPattonWork36-Aug-17 21:51 
GeneralRe: Bye Bye Blackberry Pin
  Forogar  7-Aug-17 6:24
professional  Forogar  7-Aug-17 6:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.