keeptrack.space icon indicating copy to clipboard operation
keeptrack.space copied to clipboard

refactor(missile): Convert variable and method names to camelCase

Open thkruz opened this issue 1 month ago • 2 comments

  • Convert all private properties and methods from trailing underscore convention to camelCase
  • Convert PascalCase variables to camelCase throughout missile plugin
  • Update method parameter names from PascalCase to camelCase
  • Maintain OOP structure with proper class-based organization
  • Ensure consistency with project's camelCase variable naming standard

Files refactored:

  • missile-plugin.ts: Fixed private properties (isSub_, i_), private methods, and dependencies_
  • missile-math.ts: Converted static method names and parameters to camelCase
  • missile-manager.ts: Fixed module-level variables and exported function names

thkruz avatar Nov 17 '25 10:11 thkruz

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Nov 17 '25 10:11 CLAassistant

Quality Gate Failed Quality Gate failed

Failed conditions
7.3% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

sonarqubecloud[bot] avatar Nov 17 '25 10:11 sonarqubecloud[bot]