DateTime Part 3: Best Practices

Published: Dec. 21, 2017, 6 a.m.

Best practices can help protect you from preventable errors and make it easier to reason about the code. Date and time libraries exist for a reason. That reason is because dates and times are complex to deal with programmatically, especially if they aren't the main purpose of your application.

Read more ›

The post DateTime Part 3: Best Practices appeared first on Complete Developer Podcast.