← Graph

Read the Ruby standard library

takeaway 1 connections

Takeaway from the stdlib lightning talk: Ruby ships with a surprising amount of useful infrastructure out of the box — embedded key/value stores (DBM/SDBM/GDBM), persistent object graphs (PStore), distributed objects (DRb), CLI parsing (OptionParser), graph algorithms (TSort), matrix and prime math, string abbreviations, etc. Worth reading before reaching for gems.

type
recommendation
takeaway Read the Ruby standard library
from_talk
Central takeaway of the stdlib tour.

Provenance

Read by
7 extractions