Quote:
|
Originally Posted by Astronouth7303
If you look at my code, I use variables for storing values and controls to display them. You could use the controls for storing values (VB handles conversions). But this introduces errors (possibly).
|
Hardly any (hopefully none) professional programmers would do this. Not only do you introduce the possiblity of introducing errors, it is less clean and violates a lot of principles of programming, such as information hiding.
P.S. VB gives me shivers.

Go Java and C++.
