GithubHelp home page GithubHelp logo

screenrulerzoom's People

Contributors

elmoribond avatar

Stargazers

 avatar

Watchers

 avatar

screenrulerzoom's Issues

Veuillez documenter les variables. / Please document the variables.

translate.google.com:

  • J'essaie d'améliorer le logiciel en ajoutant un réglage DPI sous-pixel, mais la signification de chaque variable courte est très difficile à comprendre.
  • Veuillez fournir une explication dans les commentaires en anglais ou en français dans le code lorsque les variables sont déclarées, en particulier de oH, cUM, cpt et autres dans paintEvent.

Autres problèmes de lisibilité :

  • Notez également que min et max sont des mots réservés en Python (et mis en évidence en tant que fonctions intégrées dans les éditeurs Python), veuillez donc les remplacer par "premier" et "dernier".
  • Le code est plus lisible avec PEP8, pensez donc à placer des espaces de chaque côté d'un opérateur binaire lorsqu'il ne fait pas partie d'un paramètre ([PEP8 id28](https://www.python.org/dev/peps/pep-0008/ #id28))

/

  • I am trying to improve the software by adding a sub-pixel DPI adjustment, but the meaning of each short variable is very difficult to understand.
  • Please provide an explanation in English or French comments within the code when the variables are declared, especially of oH, cUM, cpt, and others in paintEvent.

Other readability issues:

  • Also note that min and max are reserved words in Python (and highlighted as builtin functions in Python editors), so please change them to first and last.
  • The code is more readable using PEP8, so consider placing spaces on each side of a binary operator when not part of a parameter (PEP8 id28)

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.