Giter VIP home page Giter VIP logo

ase's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ase's Issues

(discuss) Better Logging

At the moment, the example code showcasing the ASE decoder writes the output to stdout.

What constitutes "better logging" in this context: file output options, output formatting, or something else? @ARolek

(refactor) Convert unused public methods to private methods

Problem

Throughout the code base, there are several unused public methods that could better serve as private methods.

Let's take block.go as an example.

The block struct has three methods exposed: block.Read, block.ReadType, and block.ReadLength. Outside of block.go, block.Read is the only public method used by ase.go. The other two functions should thus be converted to private methods (submitting a PR with lowercased methods could do).

Proposed Solution

Identify the unused public methods in each respective ase component in this issue, open a discussion for what could be made private, and submit a PR with the appropriate changes.

(enhancement) Travis CI

Allowing this project's build to be checked against the Travis CI service would be a great enhancement to prove its stability and reliability.

Would just need the travis.yml file pushed up.

(docs) update README

While working on the refactor for this library, I have collected a handful of observations that helped me understand the ASE specification as detailed by Selapa's ASE Specification.

I think the README could benefit users by explaining what that specification is in clearer terms, how the ase.Decode function works at a high-level, and the meaning of each key-value pair in the output struct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.