2015年3月17日のブックマーク (4件)

  • PHP 7 Feature Freeze

    Today was the feature freeze for PHP 7. That means no new votes can be started for a feature that is aimed at PHP 7.0, and would instead have to go into PHP 7.1. Instead of heading out to St Patrick's Day with a bunch of New Yorkers making dubious claims about their tenuous connection to Irish ancestry as an excuse to drink, I thought it would be a good time to review some of the more recent RFCs

    Dai_Kamijo
    Dai_Kamijo 2015/03/17
    PHP 7 に向けて、RFC に上がっていた機能たち(不採用も含む) / “PHP 7 Feature Freeze” — Masashi Shinbara (@shin1x1) March 17, 2015 from Twitter http://ift.tt/1GCLN1f March 17, 2015 at 03:36PM via IFTTT
  • PHP: rfc:scalar_type_hints_v5

    Author: Anthony Ferrara ircmaxell@php.net (original Andrea Faulds, ajf@ajf.me) This RFC proposes the addition of four new type declarations for scalar types: int, float, string and bool. These type declarations would behave identically to the existing mechanisms that built-in PHP functions use. This RFC further proposes the addition of a new optional per-file directive, declare(strict_types=1);, w

    Dai_Kamijo
    Dai_Kamijo 2015/03/17
    決定: PHP7にスカラータイプヒンティング採用 108 > 48 で @ircmaxell — Akihito Koriyama (@koriym) March 17, 2015 from Twitter http://ift.tt/1GCLN1f March 17, 2015 at 03:06PM via IFTTT
  • React.js 実戦投入への道 - Qiita

    最近話題のReact.jsですが、実戦投入に当たっては結構重たい選択を迫られることになります。 ざっくり言えば、テンプレートエンジンを捨ててReactしますか?それともReactあきらめますか?という選択です。 記事ではReactの基思想とこうした選択肢が生まれてしまう背景を述べるとともに、後半では「どちらもあきらめない」という(若干シミュレーションRPGあるある感のある)第三の方策について案を提示します。 Reactの基 最初に、Reactの基的な仕組みについてまとめておきます。 Reactは公式ドキュメントが非常に充実しているので、始める際はぜひQuick Startのドキュメントに目を通すことをお勧めします。 Getting Started Tutorial Thinking in React 後述しますが、Reactを使ってアプリケーションを作る際の設計方法についての記載が

    React.js 実戦投入への道 - Qiita
    Dai_Kamijo
    Dai_Kamijo 2015/03/17
    React.js を理解する上で重要な "Thinking in React" の抄訳になっている。あと、 Component 階層間で props のバケツリレーになる前に Flux アーキテクチャを導入した方が良いと思う。 — Takuto Wada (@t_wada) March 16, 2015 from Twitter http
  • karma + mocha + browserify + babel + power-assert

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

    karma + mocha + browserify + babel + power-assert
    Dai_Kamijo
    Dai_Kamijo 2015/03/17
    karma + mocha + browserify + babel + power-assert という構成で簡単に ES6 で開発を始めるための karma 設定例。これはいいな。 / “karma + mocha + bro…” — Takuto Wada (@t_wada) March 13, 2015 from Twitter http://ift.tt/1GCLN1f March 17, 2015 at 03:05PM via IFTTT