This post originated from an RSS feed registered with Web Buzz
by Huw Collingbourne.
Original Post: ActionScript Refactoring
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
Amethyst Professional provides a similar range of refactorings to those provided as standard for C#. You can: Rename identifiers Extract a block of code into a new method Encapsulate a field (auto-generate getters/setters) Extract an interface from a class Promote a local variable to a parameter Remove parameters Reorder parameters Move a class into a new package Refactoring takes care of rewriting code that calls the refactored elements - so, for example, if you move a (...)