๐ Quality code tip: Use the variable you already created. It's easy to miss, but the "use-existing-variable" rule dcm.dev/docs/rules/c... catches repeated expressions when a variable already exists. ๐ชง Less code ๐ Less duplication โ Fewer inconsistencies
1 likes 0 replies
?