RemoveLineAddSameLineAgain (RLASLA) is a refactoring where the developer removes a line of code that fails to compile, then re-adds the same line again. This refactoring is usually performed for one of two reasons:
RLASLA is a RefactoringSmell, meaning that there is no context under which it can be performed (aside from demonstration purposes) that does not point to a suspicion that something else in your development environment is horribly broken.
- JohnNapier