sdlins / yii2-at-least-validator

Makes one or more attributes mandatory inside a set of attributes.
Apache License 2.0
28 stars 19 forks source link

Standards #3

Open ericmaicon opened 8 years ago

ericmaicon commented 8 years ago

To discuss later:

  1. what about just codeonyii\validators; namespace? Following the same Yii's package name.
  2. I am wondering if we can use the src folder to every extension and put every source code there. Let me know what you are thinking.

What is missing:

  1. Scrutinizer
  2. Travis CI
sdlins commented 8 years ago

I think a good idea codeonyii/validators instead the current codeonyii\yii2validators but since it breaks BC (very easy to fix but still a breaking) I will change in a major update :+1:. We should standardize some others namespaces (codeonyii\widgets, codeonyii\modules, etc) and this is why i used that one.

Do you know any real need/use-case to use a src folder? Any well known standard? If you point me, we could discuss a standard too.

Thanks for the missing standards discussed in code-on-yii/definicoes#4. It is in my working list... coming soon.