Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
231
stars
31
forks
source link
Refactor globalVars into a Separate Class for Improved Encapsulation #310
Closed
Achal1607 closed 3 weeks ago
This PR refactors the
globalVars
implementation to improve code structure and encapsulation:Moved
globalVars
fromextension.ts
to a Separate FileConverted from Namespace to Class with Getters and Setters
globalVars
is now a class with getter and setter methods, for better encapsulation and allowing controlled access and modification of global state.