Comment on Three Middleman Hacks We’re Using On This SiteComments−MaxGabriel12yThis isn't a big deal, but the assignment in `featured = featured.delete_if...` isn't necessary since delete_if mutates the array.−sgdesign12yGood point, thanks for the correction.
Comments
This isn't a big deal, but the assignment in `featured = featured.delete_if...` isn't necessary since delete_if mutates the array.
Good point, thanks for the correction.