Viewing profile — mtimokhin
mtimokhin
HN member- Joined
- Tue, Aug 05, 2014, 5:14 AM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About mtimokhin
No profile information was provided.
Recent public activity
-
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) { // .…
-
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…