neo icon indicating copy to clipboard operation
neo copied to clipboard

Style: more standard code style for Neo.VM

Open Wi1l-B0t opened this issue 8 months ago • 0 comments

Description

  1. More standard code style for Neo.VM;
  2. Add more info when throw exception.

Type of change

  • [x] Optimization (the change is only an optimization)
  • [x] Style (the change is only a code style for better maintenance or standard purpose)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [ ] Any dependent changes have been merged and published in downstream modules

Wi1l-B0t avatar Jun 24 '25 14:06 Wi1l-B0t