Itโs easy to write โcorrectโ Ruby code. But itโs far harder to gain the fluency needed to write great Ruby code. To do that, you need to go beyond syntax and absorb the โRuby wayโ of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you understand Ruby like true Rubyists doโso you can
Eloquent Ruby
โ Scribed by Russ Olsen [Russ Olsen]
- Publisher
- Addison-Wesley Professional
- Year
- 2011
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Itโs easy to write โcorrectโ Ruby code. But Olsen draws on years of experience Eloquent Ruby starts small, Next, Olsen turns to bigger questions The newest book in the renowned
itโs far harder to gain the fluency needed to write
great Ruby code. To do that, you need to go beyond syntax
and absorb the โRuby wayโ of thinking and problem
solving. In Eloquent Ruby, Russ Olsen helps you
understand Ruby like true Rubyists doโso you can leverage its
immense, surprising power.
internalizing the Ruby culture and teaching Ruby to other
programmers. He guides you to the โAh Ha!โ moments when
it suddenly becomes clear why Ruby works the way it does and
how you can take advantage of its unique approach.
answering tactical questions focused on a single statement, method,
test, or bug. Youโll learn how to write code that actually
looks like Ruby (not Java); why Ruby has so many control
structures; how to use strings, expressions, and symbols; and what
dynamic typing is really good for.
related to building methods and classes. Youโll discover why
Ruby classes contain so many tiny methods, when to use operator
overloading, and when to avoid it. Olsen explains how to write Ruby
code that writes its own codeโand why youโll want to.
He concludes with powerful project-level features and techniques
ranging from gems to Domain Specific Languages.
Addison-Wesley Professional Ruby Series, Eloquent
Ruby will help you โput on your Ruby-colored
glassesโ and get results that make you a true believer.
๐ SIMILAR VOLUMES
Itโs easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the โRuby wayโ of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you write Ruby like true Rubyists doโso you can leverage its immense, surprising powe
Itโs easy to write correct Ruby code, but to gain the fluency needed to write great Ruby code, you must go beyond syntax and absorb the โRuby wayโ of thinking and problem solving. In Eloquent Ruby, Russ Olsen helps you write Ruby like true Rubyists doโso you can leverage its immense, surprising powe
In Using JRuby you'll venture into the wide world of open-source Ruby and Java libraries. Write Ruby on Rails web applications that run on Java servers like Tomcat. Use Java's JDBC or Hibernate to easily connect Ruby to industry-standard databases. Test your Java program using Ruby's elegant Cucumbe