KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
66 stars 47 forks source link

Code refactoring - standarize params naming convention #19

Closed KrzyHonk closed 7 years ago

KrzyHonk commented 7 years ago

The inner representation keeps a lot of parameters in the graph representation. In some cases there are different names for same params (which leads to information duplication). Also, sometimes the param name is kept as constant, other times - as string.

There's a need to standarize this thing, to avoid future problems with params naming.