Cabify interview question

Design and implement a checkout system without database.

Interview Answer

Anonymous

17 Mar 2019

I implemented it with Sinatra. I failed to deliver a scale-able solution. Also I forgot to add test for edge cases.