Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed a declaration to use var. #174

Closed
wants to merge 4 commits into from

Commits on Oct 12, 2023

  1. Changed a declaration to use var.

    Robert Gustavsson authored and Robert Gustavsson committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d284687 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Shorter code (about 25%).

    Removed all the Trim()s since any whitespace will be caught by the other checks anyway.
    Made the codeword table a Dictionary, MS does not recommend using Hasttable anymore.
    Made the codeword table initialized once for the Codabar class.
    Removed the "}//comment" since all the code fits easlity on the screen.
    Fixed an error message contain two spaces when it should have been one.
    216% faster (Encode_Codabar() that is, not including the rendering time).
    Robert Gustavsson authored and Robert Gustavsson committed Oct 13, 2023
    4 Configuration menu
    Copy the full SHA
    ccdefaa View commit details
    Browse the repository at this point in the history
  2. Oops. Removed original commented code code.

    Robert Gustavsson authored and Robert Gustavsson committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b9a258e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Removed "//Codabar_Code.Clear();" in InitCodabar()

    Robert Gustavsson authored and Robert Gustavsson committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    a35e3b9 View commit details
    Browse the repository at this point in the history