From 9e137550c8a0b5f30145016ae543474f22109d49 Mon Sep 17 00:00:00 2001 From: Sean Garwood Date: Wed, 13 Nov 2024 08:48:05 -0500 Subject: [PATCH] chore: remove broken link | rails | advanced topics (#29080) Remove broken link to Gang of Four Patterns * blackwasp.co.uk certificate expired * 503 response after clicking through chrome warnings --- ruby_on_rails/mailers_advanced_topics/advanced_topics.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruby_on_rails/mailers_advanced_topics/advanced_topics.md b/ruby_on_rails/mailers_advanced_topics/advanced_topics.md index cb729c95276..c33982d780a 100644 --- a/ruby_on_rails/mailers_advanced_topics/advanced_topics.md +++ b/ruby_on_rails/mailers_advanced_topics/advanced_topics.md @@ -325,8 +325,6 @@ The [Wikipedia article on SOLID](http://en.wikipedia.org/wiki/SOLID_(object-orie Luckily, Rails has done a pretty good job of following these, so you should have absorbed some good habits just through using it. But you'll want to take a minute and read up on each of them (including the odd-sounding ones) because they're fairly central to all software engineering (and a ripe interview question). -If you're particularly interested in pursuing design patterns, check out the ["Gang of Four" (GoF) Patterns](http://www.blackwasp.co.uk/GofPatterns.aspx). - There's a useful book written on anti-patterns, which can help you clean up your code by identifying bad smells, called [Rails Antipatterns](http://www.amazon.com/Rails-AntiPatterns-Refactoring-Addison-Wesley-Professional/dp/0321604814/) by Tammer Saleh and Chad Pytel. ### I18n: Internationalization