タグ

2014年1月6日のブックマーク (3件)

  • Airbrake

    Fearless Deployments. Faster Fixes.Frictionless error monitoring and performance insights for your entire app stack. ‍ Know about errors before your users even notice. Installs in minutes. Start Free Trial

    Airbrake
    YuichiTanaka
    YuichiTanaka 2014/01/06
    運用してるサービスの例外をリアルタイムで可視化してくれるサービス
  • テスト考2014 - Hidden in Plain Sight

    年々、ウェブアプリを開発するときにテストを書こうという機運が強くなっていると感じる。 これは、開発パラダイムの成熟を意味することであり、基的に良いことだと思っている。 しかし同時に「テスト原理主義」とでもいうような極端な考え方もでてきていて、開発スタイルをめぐって摩擦が起こっている。 そして、この議論は「テストは、ないよりあったほうが良いよね」という、微視的には誰も反論できないロジックに押し通されがちで、「地獄への道は善意で舗装されている」の典型的な現象に見えて仕方がない。 テストを書かない、というと背景にどんな深い考えがあっても素人くさく聞こえ、逆にテストを書くというだけで良いプログラマーに見える、という非対称な化粧効果がある。ソフトウェア・コンサルティング会社がテスト好きなのは決して偶然ではない。 ソフトウェアというのは、結局のところ、動いてナンボ、使われてナンボである。 期待するも

    テスト考2014 - Hidden in Plain Sight
    YuichiTanaka
    YuichiTanaka 2014/01/06
    へー、Airbrakeとか初めて知った。
  • Ruby 2.1: RGenGC · computer talk by @tmm1

    30 Dec 2013 Ruby 2.1 adds a "restricted" generational collector, with minor mark phases that dramatically reduce the cost of GC. Let's take a look at the evolution of Ruby's GC. Ruby 1.8: simple mark and sweep Classic mark and sweep implementation. The entire world is stopped during both phases. Traverse object graph from roots and mark live objects, using a bit inside the object structure (FL_MAR

    Ruby 2.1: RGenGC · computer talk by @tmm1