Testing anti-pattern: accessing private properties - Code with Jason

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 #code #testing https://www.rubyonrails.ba/single/testing-anti-pattern-accessing-private-properties-code-with-jason

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles