Explore >> Select a destination


You are here

rubyquiz.com
| | kaukas.mataroa.blog
5.6 parsecs away

Travel
| | [AI summary] A developer reflects on failing an idiomatic Ruby interview due to a specific coding style choice regarding logic in constructors versus memoization and class design.
| | postmodern.github.io
5.7 parsecs away

Travel
| |
| | blog.djy.io
5.4 parsecs away

Travel
| | [AI summary] The author rediscovered Rubeque, a Ruby-based problem set, and solved a specific challenge to build an S-expression evaluator by leveraging Ruby's dynamic symbol-to-method mapping and monkey patching.
| | blog.jayfields.com
30.2 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...