This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Refactoring - Going Generic
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
This post on the JetBrains.NET Tools blog descibes a nice way to refactor your array declarations to generic lists.
So, now that people are migrating from .NET 1.1 to 2.0, it would be great to somehow convert legacy interfaces from arrays to collections. For this, ReSharper comes in extremely handy. We ourselves used the following procedure when developing ReSharper 2.0 and we think it can be