Andreas Schroth

Results 20 comments of Andreas Schroth

@k0d3r1s I disagree somehow. I mean basically you're right that `count()` should be used for actual counting, but think about it this way: The developer wants to ensure the array...

> yes and no. while if(count($array) === 1) is counting (aka, you need it to have one element), if(count($array)) is not counting (aka, you don't give a damn how many...

@funivan Well, imo, that really depends on use-case. Sure we can use methods instead of properties, but if it's something that is not being publicly exposed anyway, I prefer accessing...

Sounds like a good idea to me, should be kept open. @stalebot

Well, I guess the technical definition would be anything outside the current vendor namespace? E.g. if the current vendor namespace is `Demo` and the class extends from `\Zend\Db\Sql\Select`, then `Demo`...

@someniatko Thanks for the info, will check out.

I think a good first step for implementation might be to just check if the passed parameter to the `assert*()` method is static, i.e. never changes (not being a result...

@donis But how can a new project become more popular if all those lists / magazines / etc. deny adding / reporting about it when it doesn't have a huge...

> > @donis But how can a new project become more popular if all those lists / magazines / etc. deny adding / reporting about it when it doesn't have...