![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Standards & guidelines for DXL code Topic Summary: Created On: 30-Dec-2003 22:16 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I am looking for information as to standards and guidelines for DXL code.
Things like: naming standards for (files, functions, variables, etc) comment standards, general code structure such as indents, spacing, organization of functions within a file, dxl file naming standards. |
|
![]() |
|
![]() |
|
Hey! That link did not work for me. Does anyone have that file that they could provide here?
Thanks, Andre Quillen |
|
![]() |
|
![]() |
|
Some tips.
Treat DXL with the same respect as you would the C programming language. In other words, restrict source file sizes, encapsulate code in functions, always initialise variables (caveat: do not initialse variables of Item to null, this sometime causes an error) etc etc... Also, turn auto declaration OFF. This ensures that all variables are properly declared before use. To do this add the following line to startup.dxl: XFLAGS_ &=~AutoDeclare_ ------------------------- Tony Goodman http://www.smartdxl.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Standards & guidelines for DXL code
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.