|
|
|
|
|
by eldude
5229 days ago
|
|
That's pretty cool. I didn't know that worked so seemlessly. Nonetheless, in order to use a library, you must either read the documentation or the source. The biggest issue is that most CoffeeScript projects document with CoffeeScript. Technically, you could read the compiled source, but that's usually a non-starter unless I truly need your project. Otherwise, I'm more likely to find someone else that's solved the same problem, but has written their docs / source in JavaScript. |
|