- Learning C# by Developing Games with Unity 2020
- Harrison Ferrone
- 208字
- 2021-06-11 18:44:48
Diving into Variables, Types, and Methods
The initial steps into any programming language are plagued with a fundamental issue – you can understand the words being typed out, but not the meaning behind them. Normally, this would be cause for a paradox, but programming is a special case.
C# is not its own language; it's written in English. The discrepancy between the words you use every day and the code in Visual Studio comes from missing context, which is something that has to be learned all over again. You know how to say and spell the words used in C#, but what you don't know is where, when, why, and, most importantly, how they make up the syntax of the language.
This chapter marks our departure from programming theory and the beginning of our journey into actual coding. We'll talk about accepted formatting, debugging techniques, and putting together more complex examples of variables and methods. There's a lot of ground to cover, but by the time you reach the last quiz, you'll be comfortable with the following high-level topics:
- Writing proper C#
- Debugging your code
- Declaring variables
- Using access modifiers
- Understanding variable scope
- Working with methods
- Dissecting common Unity methods
Let's get started!
- 大學計算機基礎(第三版)
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- 零基礎PHP學習筆記
- 華為HMS生態與應用開發實戰
- Visual C++串口通信技術詳解(第2版)
- Learning AndEngine
- EPLAN實戰設計
- Learning Apache Mahout Classification
- Mastering JBoss Enterprise Application Platform 7
- R Data Analysis Cookbook(Second Edition)
- Keras深度學習實戰
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Java圖像處理:基于OpenCV與JVM
- JavaScript+jQuery網頁特效設計任務驅動教程