项目作者: xapn

项目描述 :
Against The Clock: a refactoring exercise with legacy code
高级语言: Java
项目地址: git://github.com/xapn/against-the-clock.git
创建时间: 2018-08-02T23:13:43Z
项目社区:https://github.com/xapn/against-the-clock

开源协议:

下载


Against The Clock

This coding challenge is a refactoring exercise with legacy code for Software Craftsmen for training purposes. An autonomous car has an hybrid motor and is engaged in a race against the clock. The exercise was originally created and proposed by Michaël Azerhad and starts with identifying code smells that break some object-oriented concepts.

Against The Clock

My solution uses TestAsYouThink, a fluent testing API.