Move "Chaining" section lower. [ci skip]

This commit is contained in:
John-David Dalton
2016-03-20 11:40:34 -07:00
parent 234e693d92
commit 85057d588c

View File

@@ -23,12 +23,6 @@ var object = require('lodash/fp/object');
var extend = require('lodash/fp/extend');
```
## Chaining
The `lodash/fp` module **does not** convert chain sequence methods. See
[Izaak Schroeders article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba)
for more details.
## Mapping
Immutable auto-curried iteratee-first data-last methods sound great, but what
@@ -93,6 +87,12 @@ There are <%= _.size(mapping.aliasToReal) %> method aliases:<br>
return ' * `_.' + alias + '` is an alias of `_.' + realName + '`';
}).join('\n') %>
## Chaining
The `lodash/fp` module **does not** convert chain sequence methods. See
[Izaak Schroeders article](https://medium.com/making-internets/why-using-chain-is-a-mistake-9bc1f80d51ba)
for more details.
## Convert
Although `lodash/fp` & its method modules come pre-converted, there are times