- 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!
- Unreal Engine Physics Essentials
- Advanced Machine Learning with Python
- Kubernetes實(shí)戰(zhàn)
- PHP 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- 云原生Spring實(shí)戰(zhàn)
- Functional Programming in JavaScript
- SEO實(shí)戰(zhàn)密碼
- 21天學(xué)通C++(第6版)
- 零基礎(chǔ)輕松學(xué)SQL Server 2016
- Mastering openFrameworks:Creative Coding Demystified
- 深度學(xué)習(xí):Java語(yǔ)言實(shí)現(xiàn)
- QGIS Python Programming Cookbook(Second Edition)
- Android嵌入式系統(tǒng)程序開(kāi)發(fā):基于Cortex-A8(第2版)
- Clean Code in C#
- ASP.NET 4.0 Web程序設(shè)計(jì)