Skip to content

Commit 54d98d5

Browse files
committed
Change position again
1 parent 9f44229 commit 54d98d5

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

_notes/software-architecture/refactoring/catalog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Refactoring Catalog"
33
layout: notes
44
---
55

6-
[unladen-swallow]: https://youtu.be/liIlW-ovx0Y?si=GHnKgDNroeQBrCh9
6+
[swallows]: https://youtu.be/liIlW-ovx0Y?si=GHnKgDNroeQBrCh9
77
[norwegian-blue]: https://youtu.be/TaFDzTzKAT0?si=Y67svuRxWEXUFE5X
88

99
# [Catalog](https://www.refactoring.com)
@@ -33,11 +33,11 @@ layout: notes
3333
# Extract Function - After
3434
<script src="https://gist.github.com/mjdecker/ee50eeb88bce122cee97c0e187d23b4e.js?file=extract-function-after.cpp"></script>
3535

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

40-
# Replace Conditional with Polymorphism (after)
40+
# Replace Conditional with Polymorphism - After - [swallows]() [blue]()
4141
<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"/>
4242

4343

0 commit comments

Comments
 (0)