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
Idea for a lint: complain if two factory definitions create the same object. This is a goal towards these ideals:
each factory definition is the minimum required to make the object
anything additional is added via traits
We'll need to consider factories that make e.g. Hash, String, Array -- either by letting the user turn off the linter for them, or by recognizing them as OK.
The text was updated successfully, but these errors were encountered:
Idea for a lint: complain if two factory definitions create the same object. This is a goal towards these ideals:
We'll need to consider factories that make e.g.
Hash
,String
,Array
-- either by letting the user turn off the linter for them, or by recognizing them as OK.The text was updated successfully, but these errors were encountered: