Skip to content

Commit

Permalink
chore: remove broken link | rails | advanced topics (#29080)
Browse files Browse the repository at this point in the history
Remove broken link to Gang of Four Patterns

* blackwasp.co.uk certificate expired
* 503 response after clicking through chrome warnings
  • Loading branch information
sean-garwood authored Nov 13, 2024
1 parent 5ec2e64 commit 9e13755
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ruby_on_rails/mailers_advanced_topics/advanced_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e13755

Please sign in to comment.