quattro_4 scribble

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

RubyPlus #26

https://www.rubyplus.com/podcasts/301-Episode-26

  • 5 habits that made me a better Ruby developer
    1. Use RuboCop.
    2. Keep your git history clean.
    3. Start a playground project.
    4. Read the Rails source code.
    5. Re-read the Rails guides
  • Introducing Webpacker
    • proper bundling system for JavaScript assets
    • –webpack option
  • Animated Graphics in Ruby
    • Simple DirectMedia Layer (SDL)
  • Why Rack::Timeout Might Hose your Server
  ensure
    clean_up file_1
    # Exception could be raised between the two calls right here
    clean_up file_2
  end

5 habitsは1以外は時々やっている