RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun

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



Duration: 36:08
2,036 views
34


RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun

The singleton design pattern allows for the creation of an object that is restricted to one single instance. No matter how big or complex your application is, there will only ever be one. This has caused some controversy about the quality and maintainability of code that leverages it. Yet, Ruby’s standard library contains a module that implements this pattern. Let’s take a closer look at this module and the “controversy” around its implemented pattern. Let’s also consider singletons in Ruby and the purpose they serve for the language in general.

#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-04RubyConf 2019 - The Singleton Module and Its Pattern In Ruby by Mike Calhoun
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