MemoryPack icon indicating copy to clipboard operation
MemoryPack copied to clipboard

Code style change

Open lxymahatma opened this issue 1 year ago • 0 comments

tl:dr:

  • Rename Attribute to fit naming style
  • use ; for empty class instead of {}
  • fix typo in variable, string and comment
  • some raw string changes
  • use switch expression instead of switch statement

Only focus on 3 files because i mostly read those 3, i want to do more changes but im afraid the existed changes are already not fitting the code style so i just stop here. I want to do some rewrite for methods/classes but my coding skill might break the entire lib

lxymahatma avatar Apr 12 '24 15:04 lxymahatma