GithubHelp home page GithubHelp logo

Comments (5)

radiidev avatar radiidev commented on August 22, 2024

I have added code guide of most of the code in README.md for now which should help you get started.

Can you explain what you mean by typo? I have corrected some spelling errors in python code but likely you mean something else

Also, python code has been modified to make it more readable. However since this is prototype, there needs a lot more changes to be made before committing it to the master branch (including re-evaluating logic). For instance, currently html generation template is hard coded. It should be loaded from external template file and a generic function should be called with template and variables with data that will be embedded.

Can you please list which python style guides are not followed in code. I guess one of them likely be not following 72 character width limit. I will also read again PEP8 and try to find inconsistencies. Also some of the style guide I follow come from:

Some of these likely would not be present in PEP8 or inconsistent with it. Such as, all arguments must be in one line or else each argument split on different line. And only first character of acronym should be capitalized eg. parseHtml and not parseHTML. I will commit documentation wiki after some cleaning up which includes style guide for project. Where PEP8 and other guidelines are found to be in contradiction, we will discuss and choose one that is best for project and community.

Welcome to the team :)

from sugarappstore.

srevinsaju avatar srevinsaju commented on August 22, 2024

Thanks, I will work on this issue and make it PEP8 compatible. To know what are the mistakes / code style which you haven't followed, please use flake8, to see which of the rules are not followed in your code. I tried reading your code, and I thought I would refactor it as well, but the code was too complex. I will address this in a PR

from sugarappstore.

radiidev avatar radiidev commented on August 22, 2024

The code is checked with flake8 except 3 comment remarks and 4 likely false-positive of indentation after multi-line condition & parameter.

from sugarappstore.

srevinsaju avatar srevinsaju commented on August 22, 2024

Ok, I will check it out, thanks for the quick response


As an aside, are you in the AEST time zone? If not which time zone are you, so that I can work with you more effectively

from sugarappstore.

radiidev avatar radiidev commented on August 22, 2024

Yes, AEST/AEDT.

from sugarappstore.

Related Issues (1)

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.