My general approach to Rails testing
17-Jan-2020 2322
The code I write is influenced by certain factors upstream of the code itself.Before I start coding a feature, I like to do everything I can to try to ensure that the user story I’m working on is small and that it’s crisply defined. By small, I mean not more than a day’s worth of work. By crisply defined, I mean that the user story includes a reasonably precise and detailed description of what the scope of that story is.I also like to put each user story through a reasonably thorough scrutinization process. In my experience, user stories often aren’t very thoroughly thought through and contain a level of ambiguity or inconsistency such that they’re not actually possible to implement as described.
My general approach to Rails testing #ruby #rubydeveloper #rubyonrails #general #approach #Rails #testing #testing https://rubyonrails.ba/link/my-general-approach-to-rails-testing