Skip to content

Commit b93651a

Browse files
committed
Merge pull request coffeescript-cookbook#101 from m-bodmer/master
Remove completed recipes for wanted recipes documentation
2 parents a5e0fb6 + dc70747 commit b93651a

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

wanted-recipes.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@ Here's a list of recipes we think we need. Pick one, implement it, and remove it
88

99
In the notes below, "JS" means the recipe is just a simple passthrough to an existing JavaScript method.
1010

11-
## Introduction
12-
13-
We need a better introduction. Right now the first recipe is [Embedding JavaScript](/chapters/syntax/embedding_javascript), which doesn't set the right first impression. How about three or four recipes that hold new users' hands a bit more as the first section?
14-
1511
## Syntax
1612

1713
* Ensuring variables are closed over # with "do"
1814

19-
## Objects
20-
2115
## Strings
2216

2317
* HTML methods # JS .sup(), .sub(), .blink(), .link(url), etc. May not exist in your JS impl!
@@ -45,10 +39,6 @@ evens.every even
4539
[1..10].some (x) -> x % 2 == 0 # => true
4640
{% endhighlight %}
4741

48-
## Dates and Times
49-
50-
* Empty
51-
5242
## Math
5343

5444
* square root # JS Math.sqrt
@@ -89,24 +79,11 @@ foo 1, 2, 3
8979
# => 6
9080
{% endhighlight %}
9181

92-
## jQuery
93-
94-
## Regular Expressions
95-
96-
## Networking
97-
98-
* Streaming HTTP server
99-
* Streaming HTTP client
100-
101-
## AJAX
102-
103-
* Getting data from a remote server # using raw XHTTPRequest instead of jQuery's `$.ajax`
104-
10582
## Design patterns
10683

10784
* Creational Patterns
10885
* Abstract Factory
109-
* Prototype
86+
* Prototype
11087

11188
* Structural Patterns
11289
* Adapter

0 commit comments

Comments
 (0)