Annoyingly.... the LINE command does not draw at angles. Its good for horizontal or vertical. :-(
I discovered this last week when I was drawing bar graphs.
So, I have new code for drawing lines between any two points.
Do I fix/expand the existing LINE command? Or, add a new command?
Ups and Downs of these options.
- Fix/expand the existing LINE command
-- No new command
-- Backwards compatibility
-- Testing
-- Minor change to documentation
Add a new command
-- New command would have similar syntax to LINE command
-- No backwards compatibility issues
-- No regression testing
-- Change to documentation
Vote.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2014-05-01
I, too, vote to simply expand the old command. (In other words, do not add in a new command). It seems to me that a line is a line is a line, and a single command should handle vertical, horizontal and any other lines of finite slope.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Annoyingly.... the LINE command does not draw at angles. Its good for horizontal or vertical. :-(
I discovered this last week when I was drawing bar graphs.
So, I have new code for drawing lines between any two points.
Do I fix/expand the existing LINE command? Or, add a new command?
Ups and Downs of these options.
- Fix/expand the existing LINE command
-- No new command
-- Backwards compatibility
-- Testing
-- Minor change to documentation
-- New command would have similar syntax to LINE command
-- No backwards compatibility issues
-- No regression testing
-- Change to documentation
Vote.
I vote to fix/revise the old command and live the errors of those who had XY position errors in old source code.
My very poor try at flag. :-(
I, too, vote to simply expand the old command. (In other words, do not add in a new command). It seems to me that a line is a line is a line, and a single command should handle vertical, horizontal and any other lines of finite slope.