You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timestamp has three methods that appear to do very similar work. Can they be consolidated somehow? Perhaps using optional parameters, etc. Those methods are FindCorrectYear, FindCorrectDayMonthAndYear, and FindCorrectYearAndMonth.
FindCorrectYear also does some weird...while(true) catch loop. Investigate if that can be replaced with a cleaner approach.
The text was updated successfully, but these errors were encountered:
Timestamp
has three methods that appear to do very similar work. Can they be consolidated somehow? Perhaps using optional parameters, etc. Those methods areFindCorrectYear
,FindCorrectDayMonthAndYear
, andFindCorrectYearAndMonth
.FindCorrectYear
also does some weird...while(true) catch loop. Investigate if that can be replaced with a cleaner approach.The text was updated successfully, but these errors were encountered: