@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2015-02-05から1日間の記事一覧

JavaScript の source maps について学んだ

JavaScript の source maps を使えるようにしたくて、そもそも仕組みをぼんやりとしか把握してなかったので、 Grunt の簡単なタスクを書きながらどのようにファイルが変換・生成されていくのか学んだ。https://github.com/kyanny/learning-grunt-sourcemap自…

Re: My experience with Minitest and RSpec

My experience with Minitest and RSpec | Tenderlovemaking MiniTest の良い点は使ったことが少ないので同意も反対もできないし、 RSpec の嫌なところは完全に同意できるが、 before に関するくだりの For the nested context, I would like to print “hell…