Search found 1 match

by EmiSocks
Sat Mar 14, 2026 4:42 pm
Forum: Game Programming
Topic: When to global, and how global is a global
Replies: 9
Views: 446

Re: When to global, and how global is a global

Coincidentally, I've been thinking about this a bit lately!

The uses I encounter are pretty different, since I'm primarily a web dev, not a game dev. But the idea I've arrived at is that I find the current way that we do variable scopes pretty annoying. Like, the languages I know, variables are ...