Skip to content

Commit 3c11d3b

Browse files
author
Michael W Powell
committed
updated docs
1 parent bbb369b commit 3c11d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Provides JavaScript extension methods extending static and prototype functionali
88

99
* Similarly, my goals are not to provide feature parity, such as with ``ExtensionsJS.Array`` extensions, which draws from concepts found through [LINQ](http://msdn.microsoft.com/en-us/library/bb397926.aspx), specifically, [Enumerable](http://msdn.microsoft.com/en-us/library/system.linq.enumerable.aspx) extension methods. Although there will be similar concepts, some concessions must be made to cooperate with the underlying JavaScript features. For instance, instead of ``select`` being the name for [Enumerable.Select](http://msdn.microsoft.com/en-us/library/system.linq.enumerable.select.aspx) analog, I chose instead to name this ``project``, so as not to conflict the already several such function names, whose result is the projection of the array.
1010

11+
* I am in the process of migrating away from NuGet as my package management of choice for distribution purposes, but rather towards Node.js. Nothing against NuGet, per se, it is perfectly fine for pure .NET packages, but is really not well suited for JavaScript such as this. Currently I have this working, distributing to an internal package source. When I am comfortable with these results I will migrate to proper Node.js package source.
12+
1113
## Future Goals
1214

1315
* I would like to distribute minified versions of the packaged files. However, until it is, right now it is not a very high priority in the early stages.

0 commit comments

Comments
 (0)