This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Idea based on this tweet exchange: | |
coreyhaines: Architecture where ever class is its own gem, communicating via drb. #thoughtleadering #thoughtlendering | |
coreyhaines: better yet, every method is its won gem, classes are built up by requiring gems that monkey-patch. #truth | |
josh_cheek: @coreyhaines As each method is a gem, it needs its a namespace, so it's defined in a module… Compose classes by including method's modules. | |
coreyhaines: @josh_cheek I do like the idea of composing via module inclusions, as well. Interesting. | |
coreyhaines: Seriously, though, the idea of defining classes via including single-method modules appeals to me. | |
So, here's my thought for the workshop. It is based a bit on some of the value that I saw doing coderetreats. | |
title: Super Awesome Happy Fun Coding Workshop, Great Job |