emilybache / GildedRose-Refactoring-Kata

Starting code for the GildedRose Refactoring Kata in many programming languages.
https://youtu.be/Mt4XpGxigT4
MIT License
3.79k stars 5.25k forks source link

swift: use && instead of , for beginners and for automated mutation #532

Closed jonreid closed 8 months ago

jonreid commented 8 months ago

READ ME BEFORE SUBMITTING A PR

Please do not submit a PR with your solution to the Gilded Rose Kata. This repo is intended to be used as a starting point for the kata.

Please provide your PR description below this line

&& is familiar to more people than Swift's comma operator. I'd like to change it back.

Benefits: