Skip to content

Commit 63bc837

Browse files
update count.
1 parent ecac559 commit 63bc837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Hooks are called in the order one would expect, and with the arguments one would
4040

4141
## Refactorings
4242
### Reorganized and modularized internal architecture
43-
In v0.4.0, all the functions were in one IIFE, free to call each other, and the call graph looked like a plate of spaghetti, with many cyclical relationships. We've untangled and extracted four indepedent sub-IIFEs from the main one, and now it looks a bit more like a lasagna. A DAG lasagna :)
43+
In v0.4.0, all the functions were in one IIFE, free to call each other, and the call graph looked like a plate of spaghetti, with many cyclical relationships. We've untangled and extracted five indepedent sub-IIFEs from the main one, and now it looks a bit more like a lasagna. A DAG lasagna :)
4444

4545
### Simplified core algorithm
4646
Speaking of lasagna, this is the tasty meat. By removing the two-pass mode, and further leveraging the persistentId knowledge, we've been able to significantly simplify the core algorithm. Here's the gist of it, copied from the `morphChildren` function:

0 commit comments

Comments
 (0)