💖 How Do I Love Thee, Ruby?
Friday, May 7, 2021
🧛 Let Me Count The Ways…
In no particular order. Seriously. These are still in the original “brain dump” order.
- POODR
- The Ruby Rogues - episodes pre-250 were crucial in my focus on Ruby early on.
- Sandi Metz -> understanding concepts & implementation. twitter confreaks.tv
- Katrina Owen -> refactoring, and the love of tests. twitter confreaks.tv
- Code Newbie
- Saron -> all around awesome. twitter confreaks.tv
- The ruby sticker on my phone
- Tenderlove -> puns. twitter confreaks.tv
- Dhh
- Matz
- Happiness first
- Intent revealing code
- Parentheses not required
- Monkey Patching
- Pragmatic programmers
- JEG2
- Avdi
- Ben Orenstein -> command line fluency
- Conference talks
- Dave Brady -> 💩 jokes
- CMM
- Martin Fowler -> refactoring
- Refactoring
- TDD culture
- Culture in general
- Steve Klabnik
- why ruby youtube
- Minitest
- Rspec
- Unless keyword
- MIT license
- Why the Lucky Stiff
- Chunky bacon
- Jim Weirich
- array.first as part of the stdlib.
- array.second is so nice for small collections, from the Active Support gem.
- array.forty_two - fun for the sake of fun, from the Active Support gem.
- How easy it is to work with YAML
- The shovel operator «
- Pair programming as part of the culture
- Pair programming is like piloting a jaeger
- Guard
- Rubocop
- Many dinner courses, change out as necessary
- Minitest Nyan Cat
- Minitest Emoji
- Intent revealing code - lack of comments is great
- Cli parsing with -e and ARGF 💖
- Keyword arguments
- Keyword arguments in blocks w/ example (rapec shared examples)
- Activesupport - [7].one? == true
- ^ - 10.minutes.from_now
- ^ - Time.utc
- Dave…?