Ahmed Shendyshendy.hashnode.devยทDec 19, 2023Practical Code Smells - Sample 1Take a look a this code, share in comments what are your thoughts/notes about it? struct Bottles { func song() -> String { verses(from: 99, downTo: 0) } func verses(from high: Int, downTo low: Int) -> String { (low...high...Practical Code Smellscode smellAdd a thoughtful commentNo comments yetBe the first to start the conversation.