Skip to content

Commit 3589ea6

Browse files
committed
refactor: performance improvement to linq query
1 parent 1f186be commit 3589ea6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,8 @@ The callback principle, pass `OperationB` as an argument to `OperationA` and let
8080
- Better idea: Picking - Yields `O(N)` and execution time should be proportional to the length of the sequence.
8181
- Aggregate() walks the sequence once
8282
- Loops and branching instructions are infrastructure. Don't deal with infrastructure, deal with functional requirements.
83-
- Pick an available painter with the minimum estimate cost.
83+
- Pick an available painter with the minimum estimate cost.
84+
85+
### Advice
86+
87+
- Implement extension methods only to wrap infrastructural code which is likely to never change.

0 commit comments

Comments
 (0)