DCM @dcm.dev ยท Jun 13

๐Ÿ” Ever find yourself repeating the same method call within a single block of code? The "prefer-moving-to-variable" rule helps catch those duplications and encourages assigning the result to a variable instead. Learn more โ†’ dcm.dev/docs/rules/c...

2 likes 0 replies

?