ChessCom / Chess-Game

Based on Pear Games_Chess - represents a chess game as a php object
Other
42 stars 20 forks source link

[HACK][RFC] add boostrap and configuration for tests #8

Closed cordoval closed 11 years ago

BiviaBen commented 11 years ago

If you want this considered in the hackathon, let us know! We need this info:

cordoval commented 11 years ago

Tell us what you did, it's impact, the results, etc.

I plugged a proper configuration for tests, plugged travis and scrutinizer automatically to be run on this repo since it is (optional) Tell us who you worked with.

FOSS, the results helps us analyzing and improving the code even further

Tell us why this task was important, useful, odd, or just more awesome than what we had before.

Important because Chess-Game is one of the cornerstones of chess.com and shows to outsiders what chess.com is made of and since it is so cornerstone needs to be written in the best way possible and we can later on rip the advantages of a well tested, well refactored codebase.

Tell the developers why they should vote for this as the best hack!

The library will be tested and rewritten in phpspec and phpunit probably first. This is the first step towards that.

cordoval commented 11 years ago

These changes continue but in develop