Chapter 7. Refactoring

IN THIS CHAPTER

Refactoring is the process of improving the infrastructure of your code while not changing the perceived behavior of your application. The refactoring process is a controlled method of improving the design of your code after it has been written. By following the process to refactor existing code, you will increase the maintainability and improve the design architecture of your application while minimizing the introduction of bugs.

JBuilder’s IDE provides the many refactoring features. This chapter will teach you how to refactor existing code using the JBuilder environment. ...

Get Borland® JBuilder™ Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.