Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 686 Bytes

File metadata and controls

42 lines (26 loc) · 686 Bytes

ToDo for Bytes Package

Done

  1. Make existing debug work
  2. Make existing test work

Current

  1. Remove all commented code
  2. Document all public methods,...
  3. Add test for all get methods
  4. Add tests for all set methods
  5. Test and record performance
  6. Finish README.md

V 0.8

  1. create mixins for big/little endian

  2. Make Bytes abstract with Constructors for:

    a. Growable

     i. big endian
     ii. little endian
    

    b. Not Growable

     i. big endian
     ii. little endian
    

    c. ReadOnly

     i. big endian
     ii. little endian
    
  3. Test and record performance

V 0.9

  1. Remove all log.debug statements.