I'd like to propose some code standards for Stepster in order to make life a little easier for all developers working on the code
I've been using Visual SourceSafe as my source code archive. If you wish to use it
it can be gotten from Microsoft.
I usually do NOT edit the code in the PowerBasic environment. In fact, I usually
use TextPad as my editor. It has a color syntax
highlight module available for PowerBasic, and can be configured to be keystroke
compatible with Microsoft Applications, or many other editors.
IF block = 1 THEN
COLOR action
LOCATE 10, 28: PRINT "BLOCK MODE "
RETURN
end if
IF block = 1 THEN COLOR action: LOCATE 10, 28: PRINT "BLOCK MODE ": RETURN
cosys is doesn't mean the next coder will.
CoordinateSystem is much easier to understand.Copyright © Charles Gallo 2002-2010. All rights reserved.
Some links on this website are Amazon Affilate links. IF you place an order at Amazon by following one of these links I will earn a small percentage (around 4-6%) of your order's total - I have put this here to comply with FTC rulings that bloggers must disclose all payments they receive.