Formeln

Wednesday, May 9, 2012

Organizing your code: Outline

Up to now we just threw all our code into our Form.cs class. This is very bad style and we will begin to organize our code by using classes for the device and the rendering process. I will give you a short outline what will happen in the next tutorials to organize our code:


  • using Classes
  • using the Singleton pattern
  • creating a Class Library for our engine
  • creating a User Control for our RenderWindow

No comments:

Post a Comment