Commit Graph

20 Commits

Author SHA1 Message Date
5cf2fe009b 📍Use lombok, reformat, and optimize the code (#1560)
* Use lombok, reformat, and optimize the code

* Fix merge conflicts and some sonar issues

Co-authored-by: va1m <va1m@email.com>
2021-03-13 14:19:21 +02:00
67d1d16e1f Update README.md 2020-08-29 22:13:55 +03:00
89bda692f8 Fix typo in README
The log message in the Orcs class should say orcs instead of hobbits.

This is correct in the code example but wrong in the README.
2020-08-17 07:47:30 +01:00
0c83ccc2fe Use enums instead os switch blocks
Its better to use enums instead of switch
blocks which makes the code longer and difficult
to maintain as and when new state appears.
2020-08-05 15:50:05 +02:00
417f21ed3d Code cleanup (#1461)
* Code cleanup

* Fix flux tests

* Fix checkstyle errors

* Fix compile error
2020-07-30 20:28:47 +03:00
4d95d38b8d #590 explanation for Multiton 2020-07-19 19:37:40 +03:00
9a81ddb7d8 #590 add explanation for Observer 2020-07-19 17:14:02 +03:00
4beb53b8b8 Add references to Refactoring to Patterns book 2020-07-07 18:44:00 +03:00
0b1a98137a Add links to Head First Design Patterns book 2020-07-07 18:05:11 +03:00
a3564a8847 Update links 2020-07-06 13:31:07 +03:00
b2b1ba95eb https://github.com/iluwatar/java-design-patterns-web/issues/8 Update pattern categories and tags 2019-12-13 21:09:28 +02:00
b09b100614 #1113 Link uml-reverse-mapper created class diagrams to readme, where needed 2019-12-07 20:26:59 +02:00
b497d41f61 Modify Observer pattern UML (#877) 2019-07-29 21:21:07 +03:00
bf98299db2 #190 Remove pumlids from readmes 2017-11-28 21:28:53 +02:00
0182b840af add RxJava to Real world examples of observer 2017-05-30 13:22:52 +02:00
e57a0948ef Merge pull request #490 from iluwatar/DocumentUsages
#211 Document GoF usages from Java API
2016-09-03 14:14:13 +03:00
58dce1bd89 Work on #190: Commit initial pumlId's added by the script 2016-08-30 15:10:34 +02:00
a0c77c32b5 #211 added further examples for structural and behavioral patterns 2016-08-20 20:49:28 +05:30
8124fd0771 Adjust pattern categories and tags 2016-07-21 09:27:48 +03:00
bd1b65276e all index.md files renamed to README.md for more compatibility with github 2016-03-20 11:50:21 +03:00