January 2024
Intermediate to advanced
718 pages
20h 15m
English
RubyGems isn’t only for downloading gems; you can also write and distribute your own gems. Even if you don’t plan to distribute a gem, the default packaging for RubyGems can help you plan the basic structure of your Ruby code. There used to be multiple sources for how to structure a Ruby gem, but Bundler also provides a default template that has become the basic standard.
As your programs grow (and they all seem to grow over time), you’ll find that you’ll need to start organizing your code. Simply putting everything into a single huge file becomes unworkable and makes it hard to reuse chunks of code in other projects. So, we need to find a way to split our project into multiple files and then knit ...
Read now
Unlock full access