Click here to Skip to main content
15,904,023 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: The deceptive simplicity of utility method Pin
OriginalGriff15-Jul-18 20:52
mveOriginalGriff15-Jul-18 20:52 
GeneralRe: The deceptive simplicity of utility method Pin
Super Lloyd15-Jul-18 21:25
Super Lloyd15-Jul-18 21:25 
GeneralRe: The deceptive simplicity of utility method PinPopular
OriginalGriff15-Jul-18 21:34
mveOriginalGriff15-Jul-18 21:34 
GeneralRe: The deceptive simplicity of utility method Pin
Kornfeld Eliyahu Peter15-Jul-18 21:31
professionalKornfeld Eliyahu Peter15-Jul-18 21:31 
GeneralRe: The deceptive simplicity of utility method PinPopular
RickZeeland15-Jul-18 22:18
mveRickZeeland15-Jul-18 22:18 
GeneralRe: The deceptive simplicity of utility method Pin
PIEBALDconsult16-Jul-18 8:31
mvePIEBALDconsult16-Jul-18 8:31 
GeneralRe: The deceptive simplicity of utility method Pin
Richard Deeming16-Jul-18 8:46
mveRichard Deeming16-Jul-18 8:46 
AnswerRe: The deceptive simplicity of utility method Pin
Super Lloyd16-Jul-18 16:54
Super Lloyd16-Jul-18 16:54 
Did you look at the comment in place of the implementation?
/* using Rx Scheduler for time */

I used Rx Scheduler for time. Meaning, I can time travel!! OMG | :OMG:
And when unit testing the application, when some code run for 5 minute in real systems, I can make it run 5 seconds in automated unit test! Wink | ;)

i.e
C#
RxEx.Delay(TimeSpan.FromSeconds(5))
Return instantly if I travel through time 5 seconds in the future! OMG | :OMG:

Not so with Task.Delay(5_000), this one doesn't support time travelling! Pah!
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!


modified 16-Jul-18 23:02pm.

GeneralUpdates...opposite approaches, both failing Pin
dandy7215-Jul-18 14:48
dandy7215-Jul-18 14:48 
GeneralRe: Updates...opposite approaches, both failing Pin
CodeWraith15-Jul-18 19:44
CodeWraith15-Jul-18 19:44 
GeneralRe: Updates...opposite approaches, both failing Pin
Kornfeld Eliyahu Peter15-Jul-18 20:18
professionalKornfeld Eliyahu Peter15-Jul-18 20:18 
GeneralRe: Updates...opposite approaches, both failing Pin
Abbas A. Ali15-Jul-18 20:49
professionalAbbas A. Ali15-Jul-18 20:49 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7216-Jul-18 7:02
dandy7216-Jul-18 7:02 
GeneralRe: Updates...opposite approaches, both failing Pin
Abbas A. Ali16-Jul-18 18:46
professionalAbbas A. Ali16-Jul-18 18:46 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7217-Jul-18 2:55
dandy7217-Jul-18 2:55 
GeneralRe: Updates...opposite approaches, both failing Pin
Abbas A. Ali17-Jul-18 3:12
professionalAbbas A. Ali17-Jul-18 3:12 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7217-Jul-18 3:57
dandy7217-Jul-18 3:57 
GeneralRe: Updates...opposite approaches, both failing Pin
Wartickler17-Jul-18 4:34
Wartickler17-Jul-18 4:34 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7217-Jul-18 5:52
dandy7217-Jul-18 5:52 
GeneralRe: Updates...opposite approaches, both failing Pin
Abbas A. Ali17-Jul-18 6:24
professionalAbbas A. Ali17-Jul-18 6:24 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7217-Jul-18 8:18
dandy7217-Jul-18 8:18 
GeneralRe: Updates...opposite approaches, both failing Pin
Abbas A. Ali17-Jul-18 6:29
professionalAbbas A. Ali17-Jul-18 6:29 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7217-Jul-18 8:21
dandy7217-Jul-18 8:21 
GeneralRe: Updates...opposite approaches, both failing Pin
den2k8815-Jul-18 21:26
professionalden2k8815-Jul-18 21:26 
GeneralRe: Updates...opposite approaches, both failing Pin
dandy7216-Jul-18 7:05
dandy7216-Jul-18 7:05 

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.