sandal / rbp
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7db25d4
rbp /
| name | age | message | |
|---|---|---|---|
| |
README | Sat Jan 10 11:13:08 -0800 2009 | |
| |
dynamic_toolkit/ | Wed Jan 28 22:05:25 -0800 2009 | |
| |
stdlib/ | Sun Feb 22 20:53:27 -0800 2009 | |
| |
testing/ | Sun Jan 18 20:14:14 -0800 2009 | |
| |
when_things_go_wrong/ | Fri Feb 27 11:40:53 -0800 2009 | |
| |
worst_practices/ | Fri Feb 27 11:40:53 -0800 2009 |
README
== "Ruby Best Practices" Code Samples == This repository is for the code samples from the O'Reilly book "Ruby Best Practices" by Gregory Brown, available at: http://rubybestpractices.com All of the examples here are free software, but some license terms and proper attributions might be missing from code segments until the time of publication of the book. This means if you wish to re-use any code seen here, please contact me at gregory.t.brown@gmail.com and I'll let you know who wrote it and what the terms are. I will be sure to update these things before the book hits the shelf. Although the code samples might be an interesting teaser, they might not be useful out of context, as some of the examples seen here are actually anti-patterns to best practices. Eventually, all of the non-trivial code samples that appear in the book will be in this repository. For now, it will be incomplete and in constant flux. Enjoy, and please contact me with any questions. -greg
