holladayian/travel-tracker-ih

let validated = true

Closed this issue · 0 comments

    let validated = true;

This way we can keep all of our if statements and get rid of the else's.
We can assume it's validated, unless we have a reason to think it's not.
This would let you delete ~6 lines of code.

Originally posted by @bghalami in #42 (comment)