Versions Compared

Key

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

...

  • parts of code being hardcoded (magic values)
  • PyAL serves as yet another level in the whole structure and adds unnecessary complexity to the solution
  • It should be possible to implement features of PyAL using features coming purely from Python HLI
  • PyAL doesn't support IDS description based data transfer - it means we have to read/write data between calls to native routines
  • Changing PyAL is a quite hard process. Lots of thing are tangled together via underlaying objects. It means that changing code in one place affects other parts.

...