top | item 42913299

(no title)

Puts | 1 year ago

I think the author forgot the most useful use case for globals, and that is variables that has to do with the context the program is running under such as command line arguments and environment variables (properly validated and if needed escaped).

discuss

order

peanut-walrus|1 year ago

Do those change during program runtime though? I don't think many people have problems with global constants.