Commit Graph

70 Commits

Author SHA1 Message Date
Petrutiu Mihai
2e89181e62 Add more comments to MementoPatternExamples 2016-07-18 17:42:18 +03:00
Petrutiu Mihai
83e82e03ab Add compressed employee example 2016-07-18 15:45:28 +03:00
Petrutiu Mihai
07b8236615 Add iterative memento example 2016-07-18 11:50:32 +03:00
Petrutiu Mihai
59860c2c6e Update StockExchange example from mediator pattern 2016-07-14 15:03:45 +03:00
Petrutiu Mihai
a78413dd95 Update StockExchange example 2016-07-14 14:56:05 +03:00
Petrutiu Mihai
ae6774d316 Remove extra spaces 2016-07-14 14:14:17 +03:00
Petrutiu Mihai
0b0264561e Fix namespace 2016-07-14 12:43:21 +03:00
Petrutiu Mihai
7ec689d382 Update project.json to latest version of .net core 2016-07-14 12:40:24 +03:00
Petrutiu Mihai
689509c5de Update description for visitor 2016-07-14 12:31:40 +03:00
Petrutiu Mihai
a9167c30e3 Move fun examples down 2016-07-14 12:31:33 +03:00
Petrutiu Mihai
e5b5fc1a51 Replace var with actual code so that people can see that it's observable, not observer
Update Observer pattern description/ State pattern description
2016-07-14 12:31:01 +03:00
Petrutiu Mihai
5a2705af49 Update memento description 2016-07-14 12:30:58 +03:00
Petrutiu Mihai
b3c6a985e2 Add Mediator pattern description 2016-07-14 12:30:54 +03:00
Petrutiu Mihai
e3a75f8c26 Update description of command pattern 2016-07-14 12:30:47 +03:00
Petrutiu Mihai
301167a30f Update readme 2016-07-14 12:29:29 +03:00
Petrutiu Mihai
c7bc1e6f36 Add some description comments to Mediator pattern 2016-07-14 12:29:23 +03:00
Petrutiu Mihai
6779091205 Add dynamic visitor example 2016-07-14 12:29:20 +03:00
Petrutiu Mihai
3c1aa09ec0 Add CalculateMoney with visitor pattern 2016-07-14 12:29:16 +03:00
Petrutiu Mihai
d5d4fc3f86 Add VisitorPattern example 2016-07-14 12:29:12 +03:00
Petrutiu Mihai
9d16508e68 Add game example to template pattern 2016-07-14 12:29:09 +03:00
Petrutiu Mihai
97fb73c7fd Add description to template pattern 2016-07-14 12:29:06 +03:00
Petrutiu Mihai
161e6b7c03 Add template method example 2016-07-14 12:29:01 +03:00
Petrutiu Mihai
a8aa2a5a18 Update paths to file from ReadBigFilesExample 2016-07-14 12:28:56 +03:00
Petrutiu Mihai
f08167ff1a Finish StrategyPatternExamples 2016-07-14 12:28:50 +03:00
Petrutiu Mihai
8e9bc9f061 Add interview example with strategy pattern 2016-07-14 12:28:41 +03:00
Petrutiu Mihai
998c9ea232 Add Strategies for ArrangeInterview 2016-07-14 12:27:57 +03:00
Petrutiu Mihai
31e6e4c30b Update to print also the last number 2016-07-14 12:27:24 +03:00
Petrutiu Mihai
4f7eadb7d8 Remove empty lines not needed for MagnificLoopExample 2016-07-14 12:27:16 +03:00
Petrutiu Mihai
31257994a2 Implement loop without if/loop 2016-07-14 12:27:07 +03:00
Petrutiu Mihai
c174b23929 Add strategy pattern example, count without loop or if 2016-07-14 12:26:27 +03:00
Petrutiu Mihai
aeaa1b627d Remove IEquatable from Card 2016-07-14 12:25:56 +03:00
Gardient
21327fc73f revert the automerge changes 2016-07-14 12:25:46 +03:00
Gardient
3eee148d76 Use straight and flush validators for straightflush validation 2016-07-14 12:25:16 +03:00
Petrutiu Mihai
a977b697fa Add ArrangeInterview motivational example 2016-07-14 12:25:00 +03:00
Petrutiu Mihai
015b1d3f9a Add description and when to use strategy pattern 2016-07-14 12:24:54 +03:00
Petrutiu Mihai
39874384d2 add comments to mark what class what represents in strategy pattern 2016-07-14 12:24:50 +03:00
Petrutiu Mihai
474a923c60 Strategy pattern shipping example 2016-07-14 12:24:45 +03:00
Petrutiu Mihai
63c5ae3ab1 Add strategy pattern basic example 2016-07-14 12:24:11 +03:00
Gardient
b5997ced99 ze poker hand checker 2016-07-14 12:23:10 +03:00
Petrutiu Mihai
0a6d290c3e Add User story example on state pattern 2016-07-14 12:23:06 +03:00
Petrutiu Mihai
f9631ea99a Add FanExample 2016-07-14 12:23:02 +03:00
Petrutiu Mihai
9ad9211adc Add motivational example to TV example 2016-07-14 12:22:58 +03:00
Petrutiu Mihai
243a824e19 Update TV example 2016-07-14 12:22:55 +03:00
Petrutiu Mihai
d0ea0a7d56 Remove unnecessary field from TVContext 2016-07-14 12:22:52 +03:00
Petrutiu Mihai
10175aca16 Add state pattern example 2016-07-14 12:22:48 +03:00
Petrutiu Mihai
8d7babb645 Update observer pattern description 2016-07-14 12:22:45 +03:00
Petrutiu Mihai
55ed135ee1 Add RX variance to Stocks example on Observer pattern 2016-07-14 12:22:41 +03:00
Petrutiu Mihai
5d639bf0ab Add stock example on Observer pattern 2016-07-14 12:22:38 +03:00
Petrutiu Mihai
4a69b3da17 Update to .net core 2016-07-14 12:22:34 +03:00
Petrutiu Mihai
d47e43aaa5 remove unnecessary this qualifier 2016-07-14 12:22:31 +03:00