Posts Tagged: syntax
-
Preparing for Ruby 3.4: New Features and Syntax Changes to Expect
A technical deep dive into the features, performance enhancements, and syntax changes coming in Ruby 3.4, including the Prism parser, YJIT improvements, and frozen string literals.
-
Upgrading Ruby Syntax: Moving from Hash Rockets to Modern Keyword Syntax
A pragmatic approach to modernizing Ruby codebases, replacing legacy hash rocket syntax with concise keyword syntax.