Files
naming-convention/README.md
T
Konstantin 4f28db3121 Update README.md
Add R language section
2015-04-24 16:48:42 +03:00

61 lines
3.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Templates for naming convention
## Usefull links for name conventions
- [MSDN C#]
- [MSDN ASP.NET MVC]
- [Google's R Style Guide]
- [Google Python Style Guide]
- [MSDN Powershell Style Guide]
- [MSDN Approved Verbs for Windows PowerShellCommands]
## Relation Database
- SQL Server ([SQL Server 2012 Documentation])
- SQLite ([SQLite Documentation])
- PostgreSQL ([PostgreSQL Manual])
- Oracle Database ([Oracle DB documentation])
- MySQL ([MySQL documentation])
## Programm Language
- C# Language ([C# Programming Guide])
- JavaScript ([Standard ECMA-262] | [Microsoft JavaScript Language Reference] | [Mozilla Javascript Manual])
- R Language ([R Language Definition])
- Transact-SQL ([T-SQL Reference])
- Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual])
- Python
## R Language
- [Google's R Style Guide]
- [Google's tweak guide]
- [Stackoverflow discussion]
- [Bioconductors coding standards]
- [Colin Gillespies R style guide]
- [Hadley Wickhams style guide]
[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx
[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
[Google Python Style Guide]:https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
[MSDN Powershell Style Guide]:http://msdn.microsoft.com/en-us/library/dd878270%28v=vs.85%29.aspx
[MSDN Approved Verbs for Windows PowerShellCommands]:http://msdn.microsoft.com/en-us/library/ms714428%28v=vs.85%29.aspx
[SQL Server 2012 Documentation]:http://technet.microsoft.com/library/bb418433%28v=sql.10%29.aspx
[SQLite Documentation]:https://www.sqlite.org/docs.html
[PostgreSQL Manual]:http://www.postgresql.org/docs/current/static/
[Oracle DB documentation]:https://docs.oracle.com/en/database/database.html
[MySQL documentation]:http://docs.oracle.com/cd/E17952_01/index.html
[Standard ECMA-262]:http://www.ecma-international.org/publications/standards/Ecma-262.htm
[Microsoft JavaScript Language Reference]:http://msdn.microsoft.com/en-us/library/ie/d1et7k7c%28v=vs.94%29.aspx
[Mozilla Javascript Manual]:https://developer.mozilla.org/en-US/docs/Web/JavaScript
[C# Programming Guide]:http://msdn.microsoft.com/ru-ru/library/67ef8sbd.aspx
[R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html
[T-SQL Reference]:http://technet.microsoft.com/en-gb/library/ms189826%28v=sql.90%29.aspx
[PL/pgSQL Manual]:http://www.postgresql.org/docs/9.3/static/plpgsql.html
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
[Google's tweak guide]:http://r-pkgs.had.co.nz/style.html
[Stackoverflow discussion]:http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r
[Bioconductors coding standards]:http://wiki.fhcrc.org/bioc/Coding_
[Colin Gillespies R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/
[Hadley Wickhams style guide]:http://stat405.had.co.nz/r-style.html