flod, related is is it any better/worse to instead use variables `{ $siteName1 }` instead of `Amazon` or `{ -amazon-brand }` in 3 similar strings that have the sites in different order?
Bug 1847998 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
flod, related is is it any better/worse to instead use variables `{ $siteName1 }` instead of `Amazon` or `{ -amazon-brand }` in 3 similar strings that have the sites in different order? E.g., ``` with-vars = … { $site1 } … { $site2} and { $site3 } vs amazon-first-using-terms = … { -amazon-brand } … { -walmart-brand } and { -best-buy-brand } walmart-first-hardcoded = … Walmart … Amazon and Best Buy best-buy-first = … Best Buy … Amazon and Walmart ```
flod, related is is it any better/worse to instead use variables `{ $siteName1 }` instead of `Amazon` or `{ -amazon-brand }` in 3 similar strings that have the sites in different order? E.g., ``` with-vars = … { $site1 } … { $site2 } and { $site3 } vs amazon-first-using-terms = … { -amazon-brand } … { -walmart-brand } and { -best-buy-brand } walmart-first-hardcoded = … Walmart … Amazon and Best Buy best-buy-first = … Best Buy … Amazon and Walmart ```