GildedRose-Refactoring-Kata/swift/Sources/GildedRose/GlidedRoseConstants.swift
Manali Mogre 0830292975 - Adding Constants for Item Names
- Refactoring Code with Switch cases
2020-08-16 14:13:53 +02:00

15 lines
330 B
Swift

//
// File.swift
//
//
// Created by Manali Mogre on 16/08/2020.
//
import Foundation
struct ItemNameConstants {
static let kAgedBrieItem: String = "Aged Brie"
static let kBackstagePassesItem: String = "Backstage passes to a TAFKAL80ETC concert"
static let kSulfurasItem: String = "Sulfuras, Hand of Ragnaros"
}