aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Simplify GetNextTuesday() #101

Closed hishamco closed 7 years ago

hishamco commented 7 years ago

Remove un-needed loop in GetNextTuesday and simplify the implementation by shifting the DayOfWeek with two days back. Hope you like @DamianEdwards

DamianEdwards commented 7 years ago

Great stuff, thanks!