Below is a of the discussion from this week’s JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a user’s browser.
https://www.javascript.com chat (agenda, Slack Transcript)
Have a topic for discussion for the next meeting? Leave a suggested edit on next week’s agenda.
Agenda: Documentation Standards – @yield
Current Standards | Github Example | JsDocs| Slack
Some discussion around documentation standards for the @yield JSDoc tagtag A directory in Subversion. WordPress uses tags to store a single snapshot of a version (3.6, 3.6.1, etc.), the common convention of tags in version control systems. (Not to be confused with post tags.):
Should the @yield JSDoc tag (used for generator functions) be considered as part of a grouping with @return?
There seemed to be consensus to consider @yield usage to be a separate grouping (newline between other “groups”, only aligned to itself).
Action: @aduth will update the documentations page to address the standards.
Open Floor