/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

suchdevblog.com
| | thepugautomatic.com
4.5 parsecs away

Travel
| | I recently discovered the Ruby Module Builder pattern. It lets you pass in arguments to dynamically generate a module at include time: class Greeter < Module def initialize(name)...
| | initialcommit.com
5.3 parsecs away

Travel
| | There is often pressure inside Software development for Software developers to code outside of work hours. Whether you are a Python, Ruby, Java, or any other developer... There is absolutely no need to code outside of work if you don't want too. Coding is considered a passion for some, but others they don't think this way.
| | blog.jayfields.com
5.5 parsecs away

Travel
| | Module.include(module, ..) is commonly used to mix modules into classes and other modules. When a module is included the constants, methods...
| | dave.cheney.net
38.5 parsecs away

Travel
|