Commit Graph
100 Commits
Author SHA1 Message Date
Ilkka Seppälä b563de009a Update README.md 2014-11-08 22:41:20 +02:00
Ilkka Seppälä 5305e6ba1b Update README.md 2014-11-08 22:38:07 +02:00
Ilkka Seppala 862fd39d11 #12 Added private constructor to ThreadSafeLazyLoadedIvoryTower. 2014-11-05 21:28:48 +02:00
Ilkka Seppälä ee931b0ecb Update README.md 2014-11-04 08:04:42 +02:00
Ilkka Seppälä e574d6aa49 Merge pull request #11 from llitfkitfk/master
add some class diagram for each design pattern
2014-11-03 22:35:41 +02:00
Ilkka Seppälä 3a4d5efbc3 Update README.md 2014-10-27 08:28:51 +02:00
Ilkka Seppälä afad7dcd8f Update README.md 2014-10-27 08:28:22 +02:00
Ilkka Seppälä 9b1c698b34 Merge pull request #10 from mafagafogigante/mafagafo-observer
Changes to the observer pattern
2014-10-21 07:45:15 +03:00
Ilkka Seppälä 6faa8dff57 Update README.md 2014-10-19 13:24:16 +03:00
Ilkka Seppälä cda9e59a51 Merge pull request #9 from mafagafogigante/mafagafo-template-method-new-pic
Improved template method UML.
2014-10-18 19:02:35 +03:00
Ilkka Seppälä 70fffc5ca3 Merge pull request #8 from annemsujan/master
Thread safe lazy loaded singleton implementation added.
2014-10-14 11:23:46 +03:00
Ilkka Seppälä 84efa3039f Merge pull request #7 from lordmat0/master
Formatted all files to the same standard
2014-10-08 20:51:55 +03:00
Ilkka Seppälä 39998544d7 Merge pull request #6 from pitsios-s/master
Update LICENSE.md
2014-10-08 20:44:22 +03:00
Ilkka Seppälä 53a2a8b150 Merge pull request #5 from lordmat0/master
Just formatting App classes to be like the other class files on the proj...
2014-10-08 07:57:10 +03:00
Ilkka Seppala 52f0923df9 Corrected spelling mistake in hair type: BOLD -> BALD. 2014-09-25 21:16:48 +03:00
Ilkka Seppälä d3fbc2e90b Merge pull request #3 from pitsios-s/master
Model-View-Presenter pattern
2014-09-14 00:04:00 +03:00
Ilkka Seppälä 106b0b9c0d Merge pull request #1 from yusufaytas/master
Update creating mechanism.
2014-09-09 18:44:04 +03:00
Ilkka Seppala 1eddfa844d Updated observer class diagram. 2014-09-07 19:41:31 +03:00
Ilkka Seppala d7470b96d5 Updated mediator class diagram. 2014-09-07 19:36:52 +03:00
Ilkka Seppala a2f34b56fd Updated iterator class diagram. 2014-09-07 19:32:20 +03:00
Ilkka Seppala 009fd26eff Updated decorator class diagram. 2014-09-07 19:25:02 +03:00
Ilkka Seppälä 39ddea1645 Update README.md 2014-09-07 19:20:16 +03:00
Ilkka Seppälä f2c803cdea Update README.md 2014-09-07 19:19:24 +03:00
Ilkka Seppälä c8778bdb45 Update README.md 2014-09-07 19:18:43 +03:00
Ilkka Seppälä 3ad98e0099 Update README.md 2014-09-07 15:56:57 +03:00
Ilkka Seppälä c5685fa5cf Update README.md 2014-09-07 15:56:09 +03:00
Ilkka Seppälä 28901eedf0 Create LICENSE.md 2014-09-07 15:54:53 +03:00
Ilkka Seppälä c2db2980f0 Update README.md 2014-09-07 15:41:46 +03:00
Ilkka Seppälä 25469c210c Added "How to contribute" instructions. 2014-09-07 15:40:21 +03:00
Ilkka Seppala f7c2cad971 Added explanation about class adapter vs. object adapter in the adapter
example.
2014-09-07 15:20:52 +03:00
Ilkka Seppälä da72f04643 Update README.md 2014-09-07 15:11:23 +03:00
Ilkka Seppala b8365e9e4c Improved the adapter pattern example. Updated the class diagram. 2014-09-07 15:08:43 +03:00
Ilkka Seppälä d4ee7a7da0 Update README.md 2014-09-06 23:42:22 +03:00
Ilkka Seppälä ab315782ec Update README.md 2014-09-06 23:33:48 +03:00
Ilkka Seppälä ee54d6a3ea Added FAQ section to readme file. 2014-09-06 23:31:56 +03:00
Ilkka Seppala 37d58d31d0 Updated the adapter example. 2014-08-31 19:19:28 +03:00
Ilkka Seppala 9a0bb6b0fe Added comments for the visitor example. 2014-08-31 11:35:08 +03:00
Ilkka Seppala 2e07a685b0 Comments for template method example. 2014-08-31 11:31:03 +03:00
Ilkka Seppala 94b289801b Comments for the strategy example. 2014-08-31 11:27:19 +03:00
Ilkka Seppala 4debc8eda4 Comments for state example. 2014-08-31 11:20:02 +03:00
Ilkka Seppala 3bc005f4b7 Comments for observer example. 2014-08-31 11:17:21 +03:00
Ilkka Seppala 8ddcdac33e Comments for memento example. 2014-08-31 11:13:50 +03:00
Ilkka Seppala 13306023f0 Comments for mediator example. 2014-08-31 11:07:37 +03:00
Ilkka Seppala 40e5444718 Added comments for iterator example. 2014-08-31 11:03:43 +03:00
Ilkka Seppala 4fef18f6c6 Comments for interpreter example. 2014-08-31 10:59:48 +03:00
Ilkka Seppala 52ca001a7a Comments for command example. 2014-08-31 10:56:56 +03:00
Ilkka Seppala 6b843f028a Commented chain of responsibility example. 2014-08-31 10:52:37 +03:00
Ilkka Seppala 1cdb59352d Added comments for proxy example. 2014-08-31 10:23:14 +03:00
Ilkka Seppala 05cb40897b Commented flyweight example. 2014-08-31 10:16:48 +03:00
Ilkka Seppala 05d212959a Comments for facade example. 2014-08-31 10:10:23 +03:00
Ilkka Seppala 1168f6e41f Updated decorator implementation and class diagram. Added comments. 2014-08-31 09:18:16 +03:00
Ilkka Seppala e760858bb6 Commented composite example. 2014-08-31 09:18:15 +03:00
Ilkka Seppala e71fba03a8 Added comments for bridge example. 2014-08-31 09:18:14 +03:00
Ilkka Seppälä e16099adf3 Update README.md 2014-08-31 08:46:57 +03:00
Ilkka Seppala c5b57c86bd Comments for adapter example. 2014-08-31 08:46:10 +03:00
Ilkka Seppala 54b414acb1 Commented singleton example. 2014-08-31 08:42:01 +03:00
Ilkka Seppala ed81bcf69b Commented prototype example. 2014-08-31 08:39:08 +03:00
Ilkka Seppala 2038d69d92 Commented factory method example. 2014-08-31 08:29:50 +03:00
Ilkka Seppala 427df4e165 Added comments for Builder example. 2014-08-31 00:33:09 +03:00
Ilkka Seppala 5aead88e5e Added comments for Abstract Factory example. 2014-08-31 00:16:06 +03:00
Ilkka Seppälä 601bd6bb98 Update README.md 2014-08-30 16:15:26 +03:00
Ilkka Seppala 9de2402745 Added Travis CI configuration file. 2014-08-30 16:13:04 +03:00
Ilkka Seppala a2318daeae added class diagram for visitor pattern 2014-08-25 00:06:15 +03:00
Ilkka Seppälä 0758ca6c3a Update README.md 2014-08-25 00:05:29 +03:00
Ilkka Seppälä 15e70024e2 Update README.md 2014-08-24 23:49:45 +03:00
Ilkka Seppala 39371a2635 added class diagram for template method 2014-08-24 23:44:07 +03:00
Ilkka Seppälä 1f18544368 Update README.md 2014-08-24 23:37:24 +03:00
Ilkka Seppala 163badaa53 added class diagram for strategy pattern 2014-08-24 23:32:16 +03:00
Ilkka Seppälä bfefa55188 Update README.md 2014-08-24 23:27:58 +03:00
Ilkka Seppala 511ebd0c25 added class diagram for state pattern 2014-08-24 23:23:55 +03:00
Ilkka Seppälä 312cbe22bc Update README.md 2014-08-24 23:17:26 +03:00
Ilkka Seppala c61198b80e added observer class diagram 2014-08-24 23:13:33 +03:00
Ilkka Seppälä 6a6fe20ebb Update README.md 2014-08-24 23:05:51 +03:00
Ilkka Seppala 964806e904 added class diagram for memento 2014-08-24 23:03:07 +03:00
Ilkka Seppälä d46e560a24 Update README.md 2014-08-24 22:43:38 +03:00
Ilkka Seppala 8f3dc6ac75 added mediator class diagram 2014-08-24 22:40:13 +03:00
Ilkka Seppälä 52df33782a Update README.md 2014-08-24 22:27:47 +03:00
Ilkka Seppala 4cddcd8b05 added iterator pattern class diagram 2014-08-24 22:25:09 +03:00
Ilkka Seppälä 264cf7e96e Update README.md 2014-08-24 22:09:42 +03:00
Ilkka Seppala 1a33b3c746 added interpreter class diagram 2014-08-24 22:03:32 +03:00
Ilkka Seppälä c16dc3e3be Update README.md 2014-08-24 21:00:39 +03:00
Ilkka Seppala 0fe3d7da93 added command class diagram 2014-08-24 20:49:45 +03:00
Ilkka Seppälä 30ea82d9ef Update README.md 2014-08-24 20:28:33 +03:00
Ilkka Seppala c2baeb14e9 added chain of responsibility class diagram 2014-08-24 20:24:58 +03:00
Ilkka Seppälä 3263788bc9 Update README.md 2014-08-24 20:13:21 +03:00
Ilkka Seppala 2bf17c1ce5 added proxy class diagram 2014-08-24 20:08:53 +03:00
Ilkka Seppälä 0b7892d234 Update README.md 2014-08-24 20:03:29 +03:00
Ilkka Seppala d63167b260 added flyweight class diagram 2014-08-24 19:58:18 +03:00
Ilkka Seppala 6548b20903 update facade class diagram 2014-08-24 19:43:01 +03:00
Ilkka Seppälä 98ebf20b08 Update README.md 2014-08-24 19:40:29 +03:00
Ilkka Seppala b1c800f710 added facade class diagram 2014-08-24 19:33:19 +03:00
Ilkka Seppälä 10216f2ec9 Update README.md 2014-08-24 19:17:45 +03:00
Ilkka Seppala ff82d13cda added class diagram for decorator 2014-08-24 19:13:47 +03:00
Ilkka Seppälä 074725c726 Update README.md 2014-08-24 11:43:12 +03:00
Ilkka Seppala 9e85292f31 added composite class diagram 2014-08-24 11:39:38 +03:00
Ilkka Seppälä 38954a47de Update README.md 2014-08-24 11:24:46 +03:00
Ilkka Seppala c6f4cb2577 added bridge class diagram 2014-08-24 11:15:45 +03:00
Ilkka Seppälä 72f8226d54 Update README.md 2014-08-24 10:28:31 +03:00
Ilkka Seppala b5be5acc29 added adapter class diagram 2014-08-24 10:23:32 +03:00
Ilkka Seppälä 0fb8808c65 Update README.md 2014-08-24 10:11:53 +03:00