Skip to content

Commit dbf8f7c

Browse files
committed
Switch reference location
1 parent 98a5c15 commit dbf8f7c

File tree

1 file changed

+2
-2
lines changed
  • _notes/software-architecture/refactoring

1 file changed

+2
-2
lines changed

_notes/software-architecture/refactoring/catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ layout: notes
3636
# Replace Conditional with Polymorphism - Before
3737
<script src="https://gist.github.com/mjdecker/ee50eeb88bce122cee97c0e187d23b4e.js?file=replace-conditional-with-polymorphism-before.cpp"></script>
3838

39+
* ![Swallows][unladen-swallow]
40+
* ![Norwegian Blue][norwegian-blue]
3941

4042
# Replace Conditional with Polymorphism (after)
4143
<img src="https://yuml.me/diagram/class/[{abstract}bird|%20|%20+%20get_speed():number{abstract}],[european|%20|%20+%20get_speed():number],[african|%20|%20+%20get_speed():number],[norwegian_blue|%20|%20+%20get_speed():number],[{abstract}bird]^-[european],[{abstract}bird]^-[african],[{abstract}bird]^-[norwegian_blue]" alt="Replace Conditional with Polymorphism example"/>
4244

43-
* ![Swallows][unladen-swallow]
44-
* ![Norwegian Blue][norwegian-blue]
4545

4646
# Change Bidirectional Association to Unidirectional - Before
4747
![](https://yuml.me/diagram/class/[order]<*-1%3e[customer])

0 commit comments

Comments
 (0)