Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 426 Bytes

Issues.md

File metadata and controls

7 lines (7 loc) · 426 Bytes
  • try not defining class if there are many staticmethods, using module may be sufficient
  • do not always follow js-stellar-base's practice
  • each class should have a __init__ explicitly
  • using if __name__ == '__main__': idiom for a poor man's unittest
  • try adding more possible exception handling; exit program before being late
  • try not using memoryview
  • do not use builtin names