Testing anti-pattern: accessing private properties - Code with Jason
07-Jun-2024 512
The point of private properties on an object, like private methods and private instance variables, is so you know what you can safely refactor without having to worry that you’re going to mess up some external client that uses that object.Ruby provides “sharp knives” that let you get around privateness if you want to. You can use Object.
Testing anti-pattern: accessing private properties - Code with Jason #ruby #rubydeveloper #rubyonrails #Testing #anti-pattern: #accessing #private #properties #Jason #code #testing https://rubyonrails.ba/link/testing-anti-pattern-accessing-private-properties-code-with-jason