Skip to content

Commit f8d0570

Browse files
authored
Link DRY to wikipedia (#154)
1 parent 448af71 commit f8d0570

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

refactoring/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Refactoring is very important in relation to these topics. Just as important as the other topics covered here, is how to take good code and turn it into great code.
44

5-
We can use [design patterns](../patterns/index.md) to DRY up code and generalize abstractions. We must avoid [anti-patterns](../anti_patterns/index.md) while we do this. While they may be tempting to employ, their costs outweigh their benefits.
5+
We can use [design patterns](../patterns/index.md) to [DRY] up code and generalize abstractions. We must avoid [anti-patterns](../anti_patterns/index.md) while we do this. While they may be tempting to employ, their costs outweigh their benefits.
66

77
> Shortcuts make for long days.
88
@@ -13,3 +13,5 @@ We can also use [idioms](../idioms/index.md) to structure our code in a way that
1313
Tests are of vital importance during refactoring.
1414

1515
## Small changes
16+
17+
[DRY]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself

0 commit comments

Comments
 (0)