oracle / javavscode

Java platform support for Visual Studio Code for full featured Java development (edit-compile-debug & test cycle)
Apache License 2.0
231 stars 31 forks source link

Refactored codebase #292

Closed Achal1607 closed 1 month ago

Achal1607 commented 1 month ago

The main aim of refactoring was to make code more modular so that it is more readable, scalable and maintainable.

NOTE: Views are yet to be refactored which can be done in a separate PR or included in this only once it is done.

naren2605 commented 1 month ago

thanks for taking up this and refactoring @Achal1607 , its a big change. code looks more organised now