Skip to content

Commit 050f2dd

Browse files
committed
Updated "Wanted Recipes" and fixed its formatting.
1 parent b7a5619 commit 050f2dd

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

wanted-recipes.md

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,33 +90,38 @@ foo 1, 2, 3
9090

9191
## Networking
9292

93-
* Basic HTTP server
94-
* Basic HTTP client
93+
* Streaming HTTP server
94+
* Streaming HTTP client
9595

9696
## AJAX
9797

98-
* Getting data from a remote server # using raw XHTTPRequest instead of jQuery's $.ajax
98+
* Getting data from a remote server # using raw XHTTPRequest instead of jQuery's `$.ajax`
9999

100100
## Design patterns
101101

102102
* Creational Patterns
103-
** Abstract Factory
104-
** Prototype
105-
** Singleton
103+
* Abstract Factory
104+
* Prototype
105+
* Singleton
106106

107107
* Structural Patterns
108-
** Adapter
109-
** Composite
110-
** Facade
111-
** Flyweight
112-
** Proxy
108+
* Adapter
109+
* Composite
110+
* Facade
111+
* Flyweight
112+
* Proxy
113113

114114
* Behavioral Patterns
115-
** Chain of Responsibility
116-
** Command
117-
** Iterator
118-
** Mediator
119-
** Observer
120-
** State
121-
** Template Method
122-
** Visitor
115+
* Chain of Responsibility
116+
* Command
117+
* Iterator
118+
* Mediator
119+
* Observer
120+
* State
121+
* Template Method
122+
* Visitor
123+
124+
## Databases
125+
126+
* MongoDB/Couch access
127+
* MySQL/PostgreSQL access

0 commit comments

Comments
 (0)