코드 리팩터링Refactor code
리팩터링은 동작을 변경하지 않으면서도 보다 간편하게 유지 관리하고 파악하며 확장할 수 있도록 코드를 수정하는 프로세스입니다.Refactoring is the process of modifying code in order to make it easier to maintain, understand, and extend, but without changing its behavior.
프로그래밍 언어Programming languages
Visual Studio에서 다양한 프로그래밍 언어에 다양한 리팩터링 작업을 사용할 수 있습니다.Different refactoring operations are available for different programming languages in Visual Studio:
- 목차의 이 섹션에 있는 페이지는 C# 및 Visual Basic에 사용 가능한 리팩터링을 다룹니다.The pages in this section of the table of contents cover the refactorings available for C# and Visual Basic. 메서드 추출 리팩터링 및 일치하는 파일 리팩터링으로 형식 이동이 일부 예입니다.Some examples are Extract a method refactoring and Move type to a matching file refactoring.
- C++ 코드 리팩터링에 대한 자세한 내용은 코드(C++) 작성 및 리팩터링을 참조하세요.For information about refactoring C++ code, see Write and refactor code (C++).
- F#에 대한 리팩터링 지원은 타사 Visual Studio 확장인 Visual F# Power Tools에서 제공됩니다.Refactoring support for F# is provided by the Visual F# Power Tools, a third-party Visual Studio extension.