|
|
|
|
|
by didip
5757 days ago
|
|
I was totally expecting crap like below when cloning the project: * literal SQL without escaping (They use Mongo it turns out) * 10,000 lines of controller action (The biggest one is Photo#create, but far from huge). PS: They use carrierwave, which is AWESOME. * giant business logic in the views (They use haml and the code is clean). * Not escaping user's input (OK, there are places where they forgot to put it). Their code is far from shit. Easily improvable as they gain more developers. Aren't we too quick to judge? |
|