Monday, October 1, 2007

Programming Tip #1

Here's something I just had to learn the hard way: Never open more source files than necessary!

I was sitting here debugging the rendering loop in KevEngine 2 and I realized that I had too many source files open. If you close the files you're not working on, you'll notice how much easier it is to debug and find errors in your code.

Happy coding!

No comments: