forked from reingart/pyafipws
-
Notifications
You must be signed in to change notification settings - Fork 0
PyAfipWS ABC Coding
Nico Sandoval edited this page Jun 11, 2019
·
3 revisions
Coding Guidelines
The PyAfipsWs recomends
Code Style
Python
Code Style PEP 8:
- Usar 4 espacios para la identacion.
- No usar from M import *.
- Usar pep8 y/o flake8 para chequear el codigo(con la opcion ignore=E123,E124,E126,E128).
version BETA
Estilo del Código
Veamos como sigue