Proposal for making private method work on constants too
Changing Ruby's private method to Include Constants: A Proposal for Improved Code Organization and Readability
Aug 15, 20246 min read1.2K

Search for a command to run...
Articles tagged with #code
Changing Ruby's private method to Include Constants: A Proposal for Improved Code Organization and Readability

Code Design Inertia: The code that will be written in the future will follow the design of the code already written. Inertia is stronger inside a file => the code added will follow the design of the code already written. So going further with this ...