Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla library documentation: need opinions.
I've written documentation for the People::RoleManager class, and I'd like some opinions before I continue.
Does the formatting look OK?
Too much or too little structure?
Too much or too little detail?
Does the formatting look OK?
Too much or too little structure?
Too much or too little detail?
0
This discussion has been closed.
Comments
I would suggest using the ObjectFactory in the constructor reference, since that is the best practice to use when constructing an object in Vanilla:
$RoleManager = $Context->ObjectFactory->NewContextObject($Context, 'RoleManager');
@Wallphone: good point. Fixed.
Well if you want my deepest thought of the day, I think that the ---- are not welcome because:
1) it takes time to type them
2) if I want to contribute, I prefer the wiki source to be simple, not starting to think: "did he code this the same way? well, I have to check"
3) on FF & XP, the TOC messes the line lenght
About the white space (wa, two deep thoughts), it could be corrected through the doku css. When you think you have the simplest and the most efficient way to edit the docs, Mark will maybe have some time to upload a new .css that we could have written.
The simpler, the better + css.
We have to remember: the number of pages to produce is HUGE, and hard to maintain in the long term.