Giter VIP home page Giter VIP logo

e-invoice-onboarding-toolkit's People

Contributors

ash-mplsfed avatar leofofeo avatar mnkellyk avatar se-ksk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

e-invoice-onboarding-toolkit's Issues

Code review & feedback

Hey so I started doing some light review of the code and I have some suggestions:

  • We don't need to replicate the MIT license in each file since it's already in the LICENSE file at the root.
    Unless we are using multiple licenses? It's quite confusing and unnecessary.
  • The folder structure is super confusing. What is the idea behind e-Invoice/src/einvoice?
  • We want to follow python PEP8 style guide: https://pep8.org/
  • PEP8 indicates (https://pep8.org/#constants) ALLCAPS signifies a constant value. So the SMLURN class is confusing, can this be renamed to SMLUrn or something?
  • PEP8 suggests (https://pep8.org/#function-names) we should follow either def snake_case or def camelCase for class methods but not both within the same project ex: createSMLookup. Can we pick one and stick with it? I prefer def snake_case.
  • Generally we want to avoid prefixing filenames or variable names...so the ei_file1.py naming really does not add anything. You will always do import xxx from xxx anyways and you can use import xxx from module_yyy as yyy_xxx if you really need to distinguish, so prefixing is not useful in python 3. Can we rename the ei_* files?

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.