isolate_manager icon indicating copy to clipboard operation
isolate_manager copied to clipboard

Basic Refactoring: Type Annotations, Final & Const Usage

Open Marc-R2 opened this issue 1 year ago • 0 comments

This PR introduces some basic refactoring to improve code readability and maintainability:

  • Added type annotations where possible for better static typing
  • Replaced variables with final where applicable to ensure immutability
  • Used const for constant values (optimize performance)

These changes don't affect the functionality of the package but should improve the overall code quality.

I will continue to break down the larger changes into smaller PRs for easier review and integration.

Thanks!

Marc-R2 avatar Oct 12 '24 14:10 Marc-R2