Skip to content

Commit 9f44229

Browse files
committed
Attempt to fix rendering of references
1 parent dbf8f7c commit 9f44229

File tree

1 file changed

+1
-3
lines changed
  • _notes/software-architecture/refactoring

1 file changed

+1
-3
lines changed

_notes/software-architecture/refactoring/catalog.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ layout: notes
3434
<script src="https://gist.github.com/mjdecker/ee50eeb88bce122cee97c0e187d23b4e.js?file=extract-function-after.cpp"></script>
3535

3636
# Replace Conditional with Polymorphism - Before
37+
* [unladen-swallow]() [norwegian-blue]()g
3738
<script src="https://gist.github.com/mjdecker/ee50eeb88bce122cee97c0e187d23b4e.js?file=replace-conditional-with-polymorphism-before.cpp"></script>
3839

39-
* ![Swallows][unladen-swallow]
40-
* ![Norwegian Blue][norwegian-blue]
41-
4240
# Replace Conditional with Polymorphism (after)
4341
<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"/>
4442

0 commit comments

Comments
 (0)