From: Codeblogger Date: 2006-06-06T21:30:56+09:00 Subject: Re: Ruby and the Open-Closed Principle ------=_Part_3050_30172522.1149597051274 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline > The problem is that once you add behavior, it is existing, and someone > else might therefore change it. In other words, you might end up with > two versions of a method with the same name. That's why you want to write tests. ------=_Part_3050_30172522.1149597051274--