|
You are here |
ghinda.com | ||
| | | | |
zverok.space
|
|
| | | | | 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
|
|
| | | | | The Ruby Programming Language. Contribute to ruby/ruby development by creating an account on GitHub. | |
| | | | |
dogweather.dev
|
|
| | | | | 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
|
|
| | | [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. | ||