Explore >> Select a destination


You are here

ghinda.com
| | zverok.space
2.1 parsecs away

Travel
| | Preface: "Thou Shalt Not Complicate" is planned as a series ofstrong rants on programming in general and Ruby programming inparticular. The main thought is d...
| | github.com
1.8 parsecs away

Travel
| | The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub.
| | dogweather.dev
7.0 parsecs away

Travel
| | Ruby now has three distinct mechanisms for matching values case/when: the older form, based on ===. case/in: the newer structural pattern matching (Ruby 2.7+). => operator: an inline pattern assertion that raises if it fails. That's the high-level summary. Each behaves differently and is worth knowing in detail. After programming in Ruby for years, I...
| | www.bennett.ink
26.5 parsecs away

Travel
| [AI summary] The article argues that the Don't Repeat Yourself (DRY) principle is often overused and misapplied by management as a cost-saving metric rather than a means to share implementations for true flexibility.