I\'m iterating through an array and sorting it by values into days of the week.
In order to do it I\'m using many if statements. Does it make any differ
if
I would put another vote in for opting for a switch() statement instead.