quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

Ruby5 #582

https://ruby5.codeschool.com/episodes/625-episode-582-september-4th-2015

  • The Soul of Software
  • Legacy Rails
    • Three most telling files
      • Gemfile
      • schema.rb
      • routes.rb
  • RSpec to MiniTest
    • find . -name *_spec.rb -exec rename 's|_spec|_test|' {} \;
    • find . -name *_test.rb -exec sed -ie 's/context/describe/g' {} \;
  • Module Traps
    • puts Module.nesting.inspect # => [A::B, A]
    • module A::B
      • puts Module.nesting.inspect # => [A::B]
  • Machine Learning
    • Starting with Bayesian classification
    • gem classifier-reborn

♫ ? start wars sound track?