Thread: Visual Basic
View Single Post
  #13   Spotlight this post!  
Unread 20-03-2004, 13:03
Ryan M. Ryan M. is offline
Programming User
FRC #1317 (Digital Fusion)
Team Role: Programmer
 
Join Date: Jan 2004
Rookie Year: 2004
Location: Ohio
Posts: 1,508
Ryan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud ofRyan M. has much to be proud of
Re: Visual Basic

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++.
__________________