givery-technology / sample-test

13 stars 23 forks source link

[implemented] Steven M. sample-test #21

Closed Disastorm closed 9 years ago

Disastorm commented 9 years ago

Hello, I have finished implementing the sample-test and also ensured that all of the Mocha tests passed successfully. Below is the URL to my repository: https://github.com/Disastorm/sample-test

In order to run my application, you will need Java 8 installed and then follow the instructions in ANSWER.md ( https://github.com/Disastorm/sample-test/blob/master/ANSWER.md ) Alternatively, I have set up a server at disastorm.com:8888 that you can run the test against if you do not want to run it yourself.

Let me know if you have any questions.

Thanks, Steven

shunjikonishi commented 9 years ago

@Disastorm Thank you for taking our test.

I verified your implementation passes all of tests. Great.

Next step is interview with @maximum80 . I heard already Max appoint with you.

Best.

P.S. We are using play 2.4 with scala.

Shunji Konishi

Disastorm commented 9 years ago

Great, thanks. Yes I made an appointment with him. It's also great that you also use play. My experience is with Java but I think Scala should be no problem to learn. I know it is based on Java but less verbose.

Steven