Skip to content

Improved user friendliness

No due date 0% complete

IMHO there a two major issues w.r.t. user friendliness in PyObjC:

  1. The documentation is too technical and too focussed on reference documents.
  2. The translation from ObjC selector names to Python method names leads to ugly code with long method names that mix camel case and underscore case

This milestone tries to find solutions for this without creating to…

IMHO there a two major issues w.r.t. user friendliness in PyObjC:

  1. The documentation is too technical and too focussed on reference documents.
  2. The translation from ObjC selector names to Python method names leads to ugly code with long method names that mix camel case and underscore case

This milestone tries to find solutions for this without creating too large a maintenance burden.

Loading