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
these are the things I would double check before moving to version 1.0. I'm not saying we have to implement/change anything, but I would like to talk about it
collect information regarding traits and methods to have rules like HasTrait and HasMethod, does it make sense to do it?
are there any outstanding bugs or missing feature for the parser ie things the parser is not collecting?
should we rely on the project autoload in the rules? this would open the possibility to use native php function like is_a and so on
review rule structure: as of now we pass a violation collection inside the rule then it is the rule responsibility to add violation to it. should we move this responsibility outside of the rule?
rule names: there are some inconsistencies in the way rules are named: Have/Has Is/Are. Should we uniform the naming?
What do you think about moving to version 1.0.0, given that the project seems mature enough to be considered stable?
The text was updated successfully, but these errors were encountered: