RubyConf2019 - Digging Up Code Graves in Ruby by Noah Matisoff

Channel:
Subscribers:
42,100
Published on ● Video Link: https://www.youtube.com/watch?v=ffrv-JppavY



Duration: 22:47
328 views
5


RubyConf2019 - Digging Up Code Graves in Ruby by Noah Matisoff

As codebases grow, having dead code is a common issue that teams need to tackle. Especially for consumer-facing products that frequently run A/B tests using feature flags, dead code paths can be a significant source of technical debt sneakily piling up. Luckily, the Ruby standard library exposes Coverage -- which is a simple, experimental code coverage measurement tool.


Let's dive into how Coverage and other tools can be used and expanded to track down dead code paths in Ruby.

#rubyconf2019 #confreaks




Other Videos By Confreaks


2019-12-08!!Con 2019 May 12, 2019
2019-12-04RubyConf 2019 - What happens when a linguist learns to code? by Erica Sosa
2019-12-04RubyConf 2019 - Containerizing Local Development... Is It Worth it? by Tony Drake
2019-12-04RubyConf 2019 - Technical Background of Interactive CLI of Ruby 2.7 by ITOYANAGI Sakura
2019-12-04RubyConf 2019 - Don’t Hang Me Out To DRY by Kevin Murphy
2019-12-04RubyConf 2019 - Bursting at the Seams by David McDonald
2019-12-04RubyConf 2019 - Algorithms: CLRS in Ruby by Brad Grzesiak
2019-12-04RubyConf 2019 - Parallel Ruby: Managing the Memory Monster by Kevin Miller
2019-12-04RubyConf 2019 - JRuby: Zero to Scale! 🔥 by Charles Oliver Nutter and Thomas E Enebo
2019-12-04RubyConf 2019 - Syntax Error Game Show
2019-12-04RubyConf2019 - Digging Up Code Graves in Ruby by Noah Matisoff
2019-12-03RubyConf 2019 - Story telling with Git rebase by Elle Meredith
2019-12-03RubyConf 2019 - lo-fi hip hop ruby - beats to relax/study to by Zachary Schroeder
2019-12-03RubyConf 2019 - Cocktail Masterclass with Ruby and Friends by Julian Cheal
2019-12-03RubyConf 2019 - Rekindling a love of creation with Ruby and Raspberry Pi by Colleen Schnettler
2019-12-03RubyConf 2019 - Fun, Friendly Computer Science by Mercedes Bernard
2019-12-03RubyConf 2019 - Injecting Dependencies for Fun and Profit by Chris Hoffman
2019-12-03RubyConf 2019 - Statistically Optimal API Timeouts by Daniel Ackerman
2019-12-03RubyConf 2019 - Ruby Next: make old Ruby quack like a new one by Vladimir Dementyev
2019-12-03RubyConf 2019 - Ruby ate my DSL! by Daniel Azuma
2019-12-03RubyConf 2019 - Digesting MRI by Studying Alternative Ruby Implementations by Christian Bruckmayer



Tags:
Ruby
RubyConf
Programming