We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6844730 commit ff6fdc1Copy full SHA for ff6fdc1
README.md
@@ -582,10 +582,11 @@ edit it, and return the clone. This ensures that no other functions that are
582
holding onto a reference of the shopping cart will be affected by any changes.
583
584
Two caveats to mention to this approach:
585
-1. There might be cases where you actually want to modify the input object,
+1. There might be cases where you actually want to modify the input object,
586
but when you adopt this programming practice you will find that those case
587
are pretty rare. Most things can be refactored to have no side effects!
588
-2. Cloning big objects can be very expensive in terms of performance. Luckily,
+
589
+ 2. Cloning big objects can be very expensive in terms of performance. Luckily,
590
this isn't a big issue in practice because there are
591
[https://facebook.github.io/immutable-js/](great libraries) that allow
592
this kind of programming approach to be fast and not as memory intensive as
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments