The person who generates the plugin leaves a lot of functions w/out any @author tags, when technically they were the author of the scaffolded classes, etc. We could automatically add @author <%= author %> to the docblocks of all generated content.
The reason I bring this up is because, when creating my own plugins (non WDS Client), All docblocks don't have an @author Aubrey Portwood and I have to add them all manually. Technically, since I ran the generator, I am the author of all the code for that project.
Would love to get feedback on this before I do it.
The person who generates the plugin leaves a lot of functions w/out any
@authortags, when technically they were the author of the scaffolded classes, etc. We could automatically add@author <%= author %>to the docblocks of all generated content.The reason I bring this up is because, when creating my own plugins (non WDS Client), All docblocks don't have an
@author Aubrey Portwoodand I have to add them all manually. Technically, since I ran the generator, I am the author of all the code for that project.Would love to get feedback on this before I do it.