Skip to content

Commit

Permalink
updating broken links (#7280)
Browse files Browse the repository at this point in the history
the usejsdoc.org links are broken. also the newly commented out section links to a file in a private repo.
  • Loading branch information
Rob Lauer authored and manoldonev committed Jun 3, 2019
1 parent 888fc57 commit 823c4e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CodingConvention.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ Use the [JSDoc][JSDOC] convention for comments. When writing a comment always th
+ When you are creating a new class
+ Public methods - include all the arguments and if possible the types {String}, {Number}. Optional arguments should be marked too. Check the [@param tag][param]

[JSDOC]: http://usejsdoc.org/
[param]: http://usejsdoc.org/tags-param.html
[JSDOC]: https://devdocs.io/jsdoc/
[param]: https://devdocs.io/jsdoc/tags-param

## File/module structure

Expand All @@ -439,7 +439,9 @@ A typical module should have the following structure:
3. export variables and functions
4. export class declarations

<!--
For more information see [this file](https://github.com/telerik/xPlatCore/blob/master/JS/BCL/CreateNewModule.md)
-->

## File naming
Use lower case for file names. Use a dash to separate different words.
Expand Down

0 comments on commit 823c4e9

Please sign in to comment.