Boolean vs Datetime
In this episode, we look at refactoring an existing application where it uses a boolean to determine if a post is published or unpublished. However, this feature has its limitations, so we change the functionality to work off of a datetime column instead. https://www.driftingruby.com/episodes/boolean-vs-datetime
Post a comment