Commit 36fd1ed
committed
Refactor StringBuilderPool.ToPool method
Removed manual control of StringBuilder instance population in the pool and replaced it with a dedicated method, ReturnToPool, for clarity and simplicity. This change supports better code maintainability and less complexity when interacting with the StringBuilder pool.1 parent db77c16 commit 36fd1ed
1 file changed
+1
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 61 | + | |
80 | 62 | | |
81 | 63 | | |
82 | 64 | | |
| |||
0 commit comments