Difference between revisions of "Development HowTos"

From SmartHCM Wiki
Jump to navigation Jump to search
(Created page with "Category:Developer Guide The SmartHCM how-tos describe SmartHCM development topics using a focused development goal. == Visualization == == Windows, tabs and fields, r...")
 
Line 23: Line 23:
 
== Coding Standards ==
 
== Coding Standards ==
  
 +
To develop reliable and maintainable applications, you must follow coding standards and best practices.
 +
 +
The naming conventions, coding standards and best practices described in this document are compiled from our own experience and by referring to various Standard practices guidelines.
 +
 +
There are several standards exists in the programming industry. None of them are wrong or bad and you may follow any of them. What is more important is, selecting one standard approach and ensuring that everyone is following it.
 +
 +
* [[Backend Standard]]
 +
* [[Frond End Standard]]
  
 
== Other Topics==
 
== Other Topics==

Revision as of 09:10, 26 April 2015


The SmartHCM how-tos describe SmartHCM development topics using a focused development goal.

Visualization

Windows, tabs and fields, reports and alerts

Data model - Database

Client Side Development

Server Side Development

Web Services

Coding Standards

To develop reliable and maintainable applications, you must follow coding standards and best practices.

The naming conventions, coding standards and best practices described in this document are compiled from our own experience and by referring to various Standard practices guidelines.

There are several standards exists in the programming industry. None of them are wrong or bad and you may follow any of them. What is more important is, selecting one standard approach and ensuring that everyone is following it.

Other Topics