-
-
Notifications
You must be signed in to change notification settings - Fork 2
Chapter 7 feedback #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You have not used the term “directory” in previous chapters, and neither does VS Code use it. Keep your terms consistent, as not everyone knows what you may be referencing if you randomly use a new term and never clarify its meaning, especially when the software doesn’t use the term itself. Use folder if you’ve used it in previous chapters, like the one you’ve referenced. |
Note about the creating class steps: Directly copying and pasting each section beneath each other will result in errors at the end, since everything after the first set of code needs to be inside the final brackets {} of the class. Directly following your steps will lead to an error when trying to run the code later, so it's worth making clear that if you’re following along, then everything needs to be contained so if they are just mindlessly following along and copy pasting, they know what they need to do to make it work. Same on 08 & 09. |
Where appropriate, directory has been changed to folder through all chapters There are some instances where directory is kept, such as when referring to the |
The snippets have been updated to have the
However, this tutorial series is stated up front in the introduction that it is not meant for someone that is new to C#, and provides resources for learning C#. If they have a foundational understanding of C# and object-oriented programming, as is recommended in the tutorial introduction, then they should know to place the following code sections within the The tutorial series focus on MonoGame, not teach the basics of writing C# code. |
Feedback related to chapter 7
The text was updated successfully, but these errors were encountered: