k

Results 2 issues of k

The example of [factory pattern](http://designpatternsgame.com/patterns/factory) is misleading. Although the definition says, > Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets...

`scores` name has been used instead of `tests`.