- Learning Swift
- Andrew J Wagner
- 259字
- 2021-07-16 13:54:09
Summary
In this chapter, we developed a great foundation of Swift knowledge. You learned the various built-in mechanisms Swift has to represent complex information in expressive and accessible ways. We know that by default, we should declare information as constant until we find a practical need to change it and then we should make it a variable. We explored how every piece of information in Swift has a type associated with it by the compiler, whether it is through type inference or it is declared specifically. We are familiar with many of the built-in types, including simple types, such as String
, Int
and Bool
, as well as containers, such as tuples, arrays, and dictionaries. We can use console output to better investigate our programs, especially with the use of string interpolation for dynamic output. We recognized the power of controlling the flow of our programs with if
statements, conditionals, switches, and loops. We have functions in our skill set to write more understandable, maintainable, and reusable code. Finally, we saw an example of how all of these concepts can be combined to write a full program.
As a challenge to you, I suggest you fix the final program to stop it from trying to assign shows if there are not enough invitees. When you can do that, you are more than ready to move onto the next topic, which is types, scopes, and projects.
These are all tools that we can use to write even more organized code and they become critical as we write larger and larger projects.
- Mastering NetBeans
- Advanced Machine Learning with Python
- Python for Secret Agents:Volume II
- Rake Task Management Essentials
- Hadoop+Spark大數據分析實戰
- MATLAB定量決策五大類問題
- C語言實驗指導及習題解析
- Mastering Ext JS
- 計算機應用基礎案例教程
- 小程序,巧應用:微信小程序開發實戰(第2版)
- Building Serverless Architectures
- Distributed Computing in Java 9
- 遠方:兩位持續創業者的點滴思考
- 百萬在線:大型游戲服務端開發
- Moodle 3.x Developer's Guide