|
|
|
|
|
by loup-vaillant
3095 days ago
|
|
Of course, I would use a global whenever appropriate. But I would try and limit the number of entry points to that global (for instance by limiting its scope, or putting a big fat comment about how we're supposed to use it), so I don't end up making implicit data dependencies spaghetti. |
|
No -- I just don't depend. I don't reference the global where it's not needed. Simple :-)