// This code has been Braindead Refactored
if(IReallyDontKnowWhatThisChecks()) {
AndIHaventAClueWhatThisDoes();
}
Both are wrong. Proper (non-braindead) refactoring is one of the best ways to learn a code base. But you need to be prepared to think and learn while refactoring.