Why avoid too many abstractions in tests?
Too many abstractions for our test code is like highlighting every single word of the book you're reading. You'd only want to highlight the most important parts right?
Topic
Rails application design and framework-specific practice.
Too many abstractions for our test code is like highlighting every single word of the book you're reading. You'd only want to highlight the most important parts right?
NoMethodError: undefined method 'excerpt' for nil:NilClass
Comments to my past self about a basic principle of OOP.
Introducing yaaf, a gem to ease the usage of the form object pattern in rails apps.