DO NOT 一些情况下不需要指定变量类型 Bad: Good: let theUltimateAnswer: int = 42 let theUltimateAnswer = 42 Rely on type-inference