Bugs, errors and causes from an 1975 paper
Half of the errors may result from factors other than the code itself.
Aug 11, 20233 min read220

Search for a command to run...
Series
Short thoughts or ideas that you can usually find on my Twitter or Ruby.social profile
Half of the errors may result from factors other than the code itself.

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 ...