https://github.com/twknab/pragmatic_programming_ruby
Code following along in "Programming Ruby: The Pragmatic Programmer's Guide (http://ruby-doc.com/docs/ProgrammingRuby/)
https://github.com/twknab/pragmatic_programming_ruby
ruby
Last synced: 2 months ago
JSON representation
Code following along in "Programming Ruby: The Pragmatic Programmer's Guide (http://ruby-doc.com/docs/ProgrammingRuby/)
- Host: GitHub
- URL: https://github.com/twknab/pragmatic_programming_ruby
- Owner: twknab
- Created: 2018-07-13T11:46:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T06:18:40.000Z (almost 8 years ago)
- Last Synced: 2025-05-08T23:52:14.384Z (about 1 year ago)
- Topics: ruby
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Programming Ruby: The Pragmatic Programmer's Guide
This repo is just some code that follows along with the book ["Programming Ruby: The Pragmatic Programmer's Guide"](http://ruby-doc.com/docs/ProgrammingRuby/)
The code herein may not be fully comprehensive, and is best to follow the above link to the original material as hosted on ruby-doc.com.
This book takes you through a conceptual understanding of Ruby, into some basics, and then into the nitty gritty. The book also compares Ruby approaches to that of Python, Java or C# -- and is an informative source in gathering a unique perspective about a very cool language (in my opinion).
There are so few languages with such minimalist syntax, and with a developer-centric philosophy built into Ruby's creation.