Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7756233
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:46:13+00:00 2026-06-01T12:46:13+00:00

I have been following a tutorial on how to write a basic tile map

  • 0

I have been following a tutorial on how to write a basic tile map editor in C# + XNA and I have a question about the coding practice used. The main Game class contains many public static variables which are then accessed and modified from other instantiated classes without the use of getters or setters. Is this bad coding practice?
Link to the tutorial: http://www.youtube.com/watch?v=Tbs5EA-9Zfg

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T12:46:14+00:00Added an answer on June 1, 2026 at 12:46 pm

    I’m not going to watch a bunch of videos just to see the code in question, but if these are mutable types then I’d definitely say it’s poor practice in general coding. Static variables end up making unit testing much harder, and your code is harder to reason about because of all the global state. UI code often violates best principles in my experience – I’m sure it doesn’t have to though, and MVVM helps on this front for WPF/Silverlight. I’d try to write the code using best practices you’re used to from other environments, but bear in mind any performance impact which could be relevant in some XNA applications.

    If the public static variables are effectively constants (readonly variables for immutable types) then I don’t have much of a problem with it – although if the type initializer ends up getting complicated, you can get type initializer cycles which can be a nightmare to debug. I’ve just finished writing a blog post about that very topic. You’d potentially get the same problem even if the variables were private and accessed via properties, although in that case you can change the timing more easily.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been following the tutorial on Microsofts website and they use GameTime to
I'm a newcomer to Rails, and have been following the tutorial on the rails
I have been following the affableBean tutorial from the NetBeans site located here .
I have been following a short tutorial to build a tab menu on my
I'm new to NHibernate... I have been following this NHibernate Tutorial from Gabriel Schenker
I have been following javascript tutorial from www.w3school.com and while reading one of the
Have been following Rails Tutorial by Michael Hart rails version 3.0 on mac OS
I have been following this tutorial series for OpenGL : GLUT : http://www.lighthouse3d.com/opengl/glut/ I
i have been following this tutorial for the pagerAdapter. http://mobile.tutsplus.com/tutorials/android/android-user-interface-design-horizontal-view-paging/ My problem is that
I'm new to jQuery and have been following the tutorial here for a Panel

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.