Qbasicnews.com
Keyword: Common - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+---- Forum: FB Documentation (http://qbasicnews.com/newforum/forum-17.html)
+---- Thread: Keyword: Common (/thread-7384.html)

Pages: 1 2


Keyword: Common - helium - 05-28-2005

Quote:Even in Quake there are global vars used and their number is quite high
Quake was released 10 years ago. You can't compare that to todays coding practise.

Anyway it's Carmack and he is known to write code that nobody else wants to work with.


Keyword: Common - Anonymous - 05-28-2005

really, globals themselves are not bad practice, imo. its when you start "twisting" up the flow of the program (hence the term, spaghetti code) using them that they become a problem.


Keyword: Common - Radical Raccoon - 12-08-2005

I used to use globals all the time! I think that's what caused me lots of problems. Sad