Skip to content

Commit

Permalink
fix: broken url with archived link
Browse files Browse the repository at this point in the history
  • Loading branch information
WongYC-66 committed Nov 13, 2024
1 parent 5ec2e64 commit 5dca90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_on_rails/mailers_advanced_topics/advanced_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ 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).
If you're particularly interested in pursuing design patterns, check out the ["Gang of Four" (GoF) Patterns](https://web.archive.org/web/20240605122511/https://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.

Expand Down

0 comments on commit 5dca90f

Please sign in to comment.