Sigh. Yesterday, I was digging through a data class on one of our projects and found this little gem:

public function hasChanged() : Boolean {
	return false;
}

Upon further investigation of the SVN logs, I can confirm that – yes – I was the one to blame.

Now, the method has to exist for interface reasons… but I’ve also confirmed that it’s never being called anywhere. So… I’ve attached an apologetic comment to the function and will pretend this never happened :P

Leave a Reply