Jump to content

QESTNET Internal:Developer Home: Difference between revisions

From QESTonline
No edit summary
Benny.thomas (talk | contribs)
No edit summary
Line 10: Line 10:
* [[QESTNET_Internal:Developer_Setup_QESTNET Tester|QESTNET Tester]]
* [[QESTNET_Internal:Developer_Setup_QESTNET Tester|QESTNET Tester]]


=== Coding Style Guidelines ===
=== Coding Guidelines ===
This section is intended to provide a set of guidelines that are helpful to people writing code in Spectra QEST. It includes notes on naming conventions, coding style, commenting, tips for performance, avoiding errors, and error handling.
This section is intended to provide a set of guidelines that are helpful to people writing code in Spectra QEST. It includes notes on naming conventions, coding style, commenting, tips for performance, avoiding errors, and error handling.
* [[Development:Symbols|Symbols]]
* [[Development:Symbols|Symbols]]

Revision as of 07:49, 15 July 2015

This page acts as a home for QESTNET developers and aims to provide easy access to all relevant information and processes.

For Developers

Developer Setup Guide

Coding Guidelines

This section is intended to provide a set of guidelines that are helpful to people writing code in Spectra QEST. It includes notes on naming conventions, coding style, commenting, tips for performance, avoiding errors, and error handling.


Coding Knowledge Base

QESTNET Projects Quick Reference Guide

Database

Classes, Controls, Modules

Testing and Debugging

Other


Troubleshooting

For Managers