10 Popular Design Patterns for Ruby on Rails
https://scoutapm.com/blog/rails-design-patterns
Discussions: https://discu.eu/q/https://scoutapm.com/blog/rails-design-patterns
10 Popular Design Patterns for Ruby on Rails
https://scoutapm.com/blog/rails-design-patterns
Discussions: https://discu.eu/q/https://scoutapm.com/blog/rails-design-patterns
Given strictly speaking TDD would mean writing tests first, I guess it’s worth mentioning not following TDD doesn’t mean not having a good test coverage?
Sure, sometimes I write test first, while other times I go for implementing code first and write tests later. Writing tests help to find use cases and scenarios I didn’t think about when implementing the logic.
@jaredwhite Love the post. :)
Is this the best explanation of modern load balancing I have ever seen? Yes. Is this the best interactive example of load balancing behaviour I have ever seen? Also yes.