Skip to content

refactor: simplify 2DReader code, address linter issues

Iurii Zhesson requested to merge slb-master-yz-refactor-2d-reader into slb-master

Type of change

  • Bug Fix
  • Feature
  • Refactor

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Make deleted constructors public, remove excessive 'virtual' for overrides; remove unneeded includes, type casts, temporary variable; clarify variable name; replace alternative operator with primary one. Remove excessive noreturn attribute. Fix typos and grammar.

Edited by Iurii Zhesson

Merge request reports

Loading