bleehu / CXDocs

Compound X rules displayed as web pages. Written in Python, served with Flask and bootstraped with bootswatch.
1 stars 1 forks source link

pep-8'd variable names #261

Closed bleehu closed 5 years ago

bleehu commented 5 years ago
modified:   ../app.py
modified:   feats.py
modified:   skills.py
modified:   ../database/database.py
modified:   ../enemies/enemies.py
modified:   ../enemies/enemy_armor.py
modified:   ../security/security.py

Should address Issue #247

bleehu commented 5 years ago

Which Acronym? The comments are out of date anyway. We should also switch to programmatically creating the database on app start if need be.

RyuGuardian commented 5 years ago

@Turtlelord26 PEP stands for Python Enhancement Proposals. You can find PEP 8 style guide here: https://www.python.org/dev/peps/pep-0008/.

Turtlelord26 commented 5 years ago

Ah, thanks!