Live data from Hacker News

Viewing profile — mtimokhin

mtimokhin

HN member
Joined
Tue, Aug 05, 2014, 5:14 AM UTC
HN karma
1
Public activity
2 items

About mtimokhin

No profile information was provided.

Recent public activity

  1. comment
    Comment #9719025

    Even in PHP (no named arguments): class Route { const RECURSIVE = true; const NON_RECURSIVE = false; public function __construct($pattern, $recursive = Route::NON_RECURSIVE) { // .…

  2. comment
    Comment #8135785

    I think, the problem is in all-or-nothing approach when discussing that topic. It's always "abstract pure SQL" vs "abstract pure ORM", but I think the solution is in reasonable com…