Skip to content

Commit a58357d

Browse files
author
janschloesser
committed
📝 ✨ Add relations to other design patterns
1 parent 1633656 commit a58357d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## \faicon{bezier-curve} \hspace{.1cm} Beziehungen zu anderen Entwurfsmuster
2+
* Das [_Decorator_-Entwurfsmuster](https://de.wikipedia.org/wiki/Decorator) sieht ähnlich aus, hat allerdings ein anderes Ziel. Er fügt zusätzliches Verhalten hinzu.
3+
* Das [_Facade_-Pattern](https://de.wikipedia.org/wiki/Fassade_(Entwurfsmuster)) kontrolliert nicht den Zugriff auf das Objekt; es stellt eine andere Schnittstelle bereit
4+
* Das [_Adapter_-Pattern](https://de.wikipedia.org/wiki/Adapter_(Entwurfsmuster)) verändert im Gegensatz zum Proxy-Entwurfsmuster die Schnittstellendefinition, aber nicht die
5+
Geschäftslogik (sinnbildmäßiger Stromadapter).

docs/src/fontawesome5.sty

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,9 @@
971971
\expandafter\def\csname faicon@yahoo\endcsname {\FAbrands\symbol{"F19E}}
972972
\expandafter\def\csname faicon@yandex\endcsname {\FAbrands\symbol{"F413}}
973973
\expandafter\def\csname faicon@yandex-international\endcsname {\FAbrands\symbol{"F414}}
974-
\expandafter\def\csname faicon@yelp\endcsname {\FAbrands\symbol{"F1E9}}
975-
\expandafter\def\csname faicon@yen-sign\endcsname {\FA\symbol{"F157}}
976-
\expandafter\def\csname faicon@yoast\endcsname {\FAbrands\symbol{"F2B1}}
977-
\expandafter\def\csname faicon@youtube\endcsname {\FAbrands\symbol{"F167}}
974+
\expandafter\def\csname faicon@yelp\endcsname {\FAbrands\symbol{"F1E9}}
975+
\expandafter\def\csname faicon@yen-sign\endcsname {\FA\symbol{"F157}}
976+
\expandafter\def\csname faicon@yoast\endcsname {\FAbrands\symbol{"F2B1}}
977+
\expandafter\def\csname faicon@youtube\endcsname {\FAbrands\symbol{"F167}}
978+
\expandafter\def\csname faicon@bezier-curve\endcsname {\FA\symbol{"F55B}}
978979
\endinput

0 commit comments

Comments
 (0)