257 Commits

Author SHA1 Message Date
Ilkka Seppala
0f739b0a83 #91 README.md changes 2015-07-13 23:30:25 +03:00
Ilkka Seppala
db6ec3cc1a #95 Updated and clarified Command pattern example 2015-06-30 17:52:53 +03:00
Ilkka Seppälä
cf66a44e9b #60 Add coverity badge 2015-06-29 22:19:10 +03:00
Ilkka Seppälä
343a3992b7 #59 Add coveralls.io badge 2015-06-28 22:27:32 +03:00
Ilkka Seppälä
fa93d542e7 #94 Remove Calendar#getInstance from the real world examples of Factory Method 2015-06-28 20:35:21 +03:00
Ilkka Seppala
f103ce965e #92 Added semantic versioning description to README.md 2015-06-24 20:18:05 +03:00
Ilkka Seppälä
5738a32090 Added to FAQ the difference between Flyweight and Object Pool 2015-06-23 22:42:16 +03:00
Ilkka Seppälä
fbb22d56cc Fixed caps 2015-06-17 23:56:33 +03:00
Ilkka Seppälä
3bcdfce8ea Added real life example for Poison Pill 2015-06-17 23:49:28 +03:00
Ilkka Seppala
2a9de6abcc Corrections to README.md class diagram paths. 2015-05-31 13:12:43 +03:00
Ilkka Seppala
703ebd3e20 Improved encapsulation of the Memento pattern by moving the
StarMementoInternal class to inner class of Star.
2015-05-30 12:54:56 +03:00
Ilkka Seppälä
72bc96f81b Added to FAQ: "What is the difference between Visitor and Double Dispatch patterns?" 2015-05-26 22:42:21 +03:00
Ilkka Seppala
955c88e336 Added description of Dependency Injection pattern in README.md. 2015-05-25 19:29:24 +03:00
Ilkka Seppälä
190894936f Added Object Pool description to README.md. 2015-05-24 22:39:33 +03:00
Ilkka Seppälä
12e9efc8b4 Moved Private Class Data under Idioms category. 2015-05-24 12:53:16 +03:00
Ilkka Seppälä
ed074b7881 Added Private Class Data pattern description to README.md. 2015-05-23 16:41:10 +03:00
Ilkka Seppala
b87918050c Added Thread Pool description. 2015-05-17 22:04:07 +03:00
Ilkka Seppala
c1b09cbf61 Updated README.md with Resource Acquisition Is Initialization pattern. 2015-05-16 22:23:45 +03:00
Ilkka Seppala
70e95e5d7c Updated README.md with Multiton pattern description. 2015-05-16 00:35:32 +03:00
Ilkka Seppälä
dfb56e531f Added real world example for Proxy 2015-05-14 23:40:57 +03:00
Ilkka Seppälä
1c2105dd6e Added real world example for Chain 2015-05-14 23:30:05 +03:00
Ilkka Seppälä
0a1acc630a Update README.md 2015-05-13 00:16:45 +03:00
Ilkka Seppala
fcccc71ac7 Added Double Dispatch pattern to README.md. 2015-05-09 19:51:33 +03:00
Ilkka Seppala
7b97655744 Added Flux source reference. 2015-05-03 23:58:23 +03:00
Ilkka Seppala
c5c75550f8 Added MVC source reference to README.md. 2015-05-03 23:56:07 +03:00
Ilkka Seppala
a542713455 Update README.md with Flux pattern. 2015-05-03 23:44:22 +03:00
Ilkka Seppala
a6b1892d4d Update README.md with MVC description. 2015-05-03 00:00:43 +03:00
Ilkka Seppala
2cdc0e9872 Credits to Mr. Fowler. 2015-04-29 22:43:15 +03:00
Ilkka Seppala
6bedc54020 Tolerant Reader readme changes. 2015-04-29 22:40:03 +03:00
Ilkka Seppala
efe81f0767 Created Concurrency Patterns category and moved Double Checked Locking
there.
2015-04-24 22:56:08 +03:00
Ilkka Seppala
e3ef82edc0 Updated README.md. 2015-04-23 23:00:42 +03:00
wangliang
baa4448335 Remove mistakenly added word 2015-04-22 23:05:12 +08:00
wangliang
f32cc5ebc6 Fix typo 2015-04-22 20:35:34 +08:00
Ilkka Seppala
572ac0ccd1 Move Service Layer under Architectural Patterns category. 2015-04-15 23:18:38 +03:00
Ilkka Seppala
c3dddd676c Fix typo. 2015-04-15 23:17:44 +03:00
Ilkka Seppälä
fa931bdcfa Merge pull request #47 from mgiovenco/master
Added DAO implementation, modified readme, and added UML diagram
2015-04-15 23:15:07 +03:00
Ilkka Seppala
b28c387b40 Added reference for Service Layer. 2015-04-15 23:00:32 +03:00
Mike Giovenco
58da95b467 Added DAO implementation, modified readme, and added UML diagram 2015-04-15 14:54:02 -05:00
Ilkka Seppala
eee932ac71 Added README.md description for Service Layer. 2015-04-15 22:49:28 +03:00
Ilkka Seppala
33566805ee Added Lazy Loading idiom. 2015-04-10 20:24:16 +03:00
Ilkka Seppala
78c2bc274b Added item to FAQ. 2015-04-09 23:00:54 +03:00
Ilkka Seppala
66982375f5 #43 Move Intercepting Filter to behavior patterns category. 2015-04-09 22:24:30 +03:00
Ilkka Seppala
3628a4539d Added some inspiration sources. 2015-04-05 19:18:09 +03:00
vehpsr
da7d23b794 move Callback to idioms 2015-04-05 18:04:31 +03:00
vehpsr
dc0f578f8b added Poison Pill idiom 2015-04-05 18:03:16 +03:00
Ilkka Seppala
6366041781 Established Idioms category and moved Execute Around and Double Checked
Locking there.
2015-04-05 14:20:03 +03:00
Ilkka Seppala
2e36e6e9d1 Added instructions to work on an issue. 2015-04-04 22:30:55 +03:00
Ilkka Seppala
80093a1405 Fixed typo. 2015-04-04 21:30:16 +03:00
Ilkka Seppala
347b7eef0d Deprecated GenMyModel from instructions. The UML diagrams need to look
consistent.
2015-04-04 21:29:05 +03:00
Ilkka Seppala
23f5be291b Fixed typo. 2015-04-04 21:25:10 +03:00