Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 720 Bytes

Is it better than coffee?

This highly complex tool will find out if whatever you will give it is better than a plain cup of freshly brewed coffee. Don't believe it? Give it a try!

Usage

require 'src/php/Coffee.php';

$beer = new \stdClass();
$coffeeTester = new \IsItCoffee\Coffee($beer);
echo $coffeeTester->isItBetter();

Contribution

We are happy that you want to assist us in answering the question of all questions: Is it better than coffee?

Simply create a pull request and I will merge it as soon as possible if it helps in answering this most important ever question. Please use any language you like to improve our knowledge about the universe!