0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:10:43 -05:00
Refringe dbed08a747
Static Program Properties & Simplified Entry Points (#1010)
Significant refactoring of globals and entry points. Oh my.

- The global variables previously accessible throughout the codebase
have been restructured as private static properties of the Program
class. Public static getter methods have been added to allow read access
to these properties throughout the codebase.
- Entry points, which were dispersed across multiple files, have been
consolidated and simplified into a static method on the Program class,
making the entry logic easier to follow.
- Removed unnecessary ~~globals~~ Program static properties.
- Adjusted imports and references across the codebase to reflect the new
structure.

Try not to focus on the `gulpfile.mjs` changes, as it won't be around
for much longer. *[winky face]*

Co-authored-by: Chomp <27521899+chompDev@users.noreply.github.com>
2024-12-31 10:11:08 +00:00
..
2024-12-31 10:04:00 +00:00
2024-12-30 13:40:45 +00:00
2024-05-07 13:37:01 -04:00
2024-12-30 09:01:11 +00:00
2024-07-23 11:12:53 -04:00
2024-12-06 16:25:44 +00:00
2024-07-23 11:12:53 -04:00
2024-12-30 09:13:15 +00:00
2023-11-16 21:42:06 +00:00
2024-12-16 22:12:30 +00:00