DCM @dcm.dev ยท Jan 14

๐Ÿ”ฅ DCM 1.26.0 New Rules ๐Ÿ”ฅ The DCM 1.26.0 has 17 new rules for #Dart and #Flutter. Check out some of the examples below ๐Ÿ‘‡

0 likes 1 replies

?

Replies

DCM ยท Jan 14

1. avoid-commented-out-code Warns when a section of code is commented out. Keeping commented out code is usually unnecessary as the modern dev environment includes a VCS (e.g. git) and it's preferable to keep incomplete code in a separate branch. dcm.dev/docs/rules/c...