기사는 2003년 11월에 올라 왔는데...
오늘 알았네요 --;;
VS 다음 버젼에서는 IDE 차원에서 Refactoring을 지원한다는군요.
The C# Whidbey IDE now includes refactoring support. Refactoring enables developers to automate many of the common tasks when restructuring code. For more information on refactoring, please visit http://www.refactoring.com/. Using the built-in refactoring support, developers can, for example, use the rename refactoring to automate the process of renaming a variable in source code.
The refactorings currently available in the Whidbey Technical Preview are:
- Extract Method
- Rename
- Extract Interface
- Encapsulate Field
- Change Method Signature
- Replace Arraylist
기사 원본입니다.
'programming > c#' 카테고리의 다른 글
csUnit 간단 사용법(VS에서의 UnitTest) (0) | 2004.02.01 |
---|---|
.Net Unit Testing (5) | 2004.01.30 |
.Net Refactoring (0) | 2004.01.30 |