Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Will using "Ids" and "ids" be confusing ( "I" vs "i") ? "Ids" superclass will be defined for internal purposes only....

IDS names

Code Block
ids = dbEntry.get('pf_active')

To avoid any mistakes, db_entry.get method argument describing IDS should not be a string (ida name - 'equilibrium', 'wall' etc) but a constant value.

...