Ruby Best Practices will help you:
- Understand the secret powers unlocked by Ruby's code blocks;
- Learn how to bend Ruby code without breaking it, such as mixing in modules on the fly;
- Discover the ins and outs of testing and debugging, and how to design for testability;
- Learn to write faster code by keeping things simple;
- Develop strategies for text processing and file management, including regular expressions;
- Understand how and why things can go wrong;
- Reduce cultural barriers by leveraging Ruby's multilingual capabilities.
This book also offers you comprehensive chapters on driving code through tests, designing APIs, and project maintenance. Learn how to make the most of this rich, beautiful language with Ruby Best Practices.
Table of contents
- Driving Code Through Tests
- Designing Beautiful APIs
- Mastering the Dynamic Toolkit
- Text Processing and File Management
- Functional Programming Techniques
- When Things Go Wrong
- Reducing Cultural Barriers
- Skillful Project Maintenance
- Writing Backward-Compatible Code
- Leveraging Ruby's Standard Library
- Ruby Worst Practices
Pages : | 329 |
Size : | 4.0 MB |
Downloads: | 137 |
Created: | 2022-02-03 |
License: | CC BY-NC-SA |
Author(s): | Gregory T. Brown |
Warning: Trying to access array offset on false in /home/tutovnfz/public_html/amp/article-amp.php on line 263
Others related eBooks about Ruby Best Practices
Looking for a comprehensive guide to hacking using the Ruby programming language? Look no further than RubyFu, a free 281-page PDF download by RuFu.
This book written to provide clear and concise explanation of topics for programmers both starting to learn the Ruby programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.
The Ruby Hacking Guide is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.
Learn the basics of Ruby on rails programming language, free training document in 250 pages for all level users.
Download free course Using Blocks in Ruby, pdf file on 25 pages by Jay McGavren.