Team LiB
Previous Section Next Section

Chapter 10. Debugging and Optimizations

IN THIS CHAPTER

When push comes to shove, the simple fact is that most anyone can learn the syntax and grammar of a programming language well enough to write programs. However, as applications and projects become larger, understanding the code itself is not sufficient. There are many techniques that may be applied to reduce the bugs in your applications and to optimize the code for maximum performance. The purpose of this chapter is to provide the foundations of these principals for use within your own applications.

    Team LiB
    Previous Section Next Section