Previous Topic: Why Use Commands?

Next Topic: Design Standards

Naming Conventions

The chapter on naming conventions gives a suggested convention for commands—commands are relatively scarce and the end user may possibly see their names. Names should be meaningful and consistent with the conventions used in CL. The following is a summary of the convention:

For example:

Note the following points when naming commands:

Antonym — Antonym

Description

CRT — DLT

ADD — RMV

To create/delete an entity

To add/remove data within an entity

STR — END

STR — TRM

To start/end a function

To start terminate a process

SND — RCV

HLD — RLS

To send/receive data

To hold/release a function

SAV — RST

To save/restore a function

OPN — CLO

ALC — DLC

GRT — RVK

CHG — RTV

To open/close a function

To allocate/de-allocate

To grant/revoke a function

To set/retrieve an attribute

Object

Internal

CRT

ADD

DLT

RMV

CHG

EDT

DUP

CPY