You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enforce a maximum number of lines of code in a unit
Some people consider large functions a code smell. Large fn or filter in sample can make it hard to follow what’s going on. This rule should help enforce that style.
It should have separate configurations for all major units (sample, guard, effect) with appropriate default values per each
The text was updated successfully, but these errors were encountered:
Enforce a maximum number of lines of code in a unit
Some people consider large functions a code smell. Large
fn
orfilter
insample
can make it hard to follow what’s going on. This rule should help enforce that style.It should have separate configurations for all major units (sample, guard, effect) with appropriate default values per each
The text was updated successfully, but these errors were encountered: