Ticket #83 (closed enhancement: wontfix)

Opened 1 year ago

Last modified 4 months ago

use selective and static imports

Reported by: ChristianK Assigned to: ChristianK
Priority: major Milestone: 0.3
Component: unspecified Version: svn
Keywords: Cc:

Description

Switching the code to use selective and static imports - where it makes sense - would help make the code more easily understandable for newcomers. I've recently tried introducing someone to arc and not knowing which module a function or variable belonged to was a large issue.

This should probably start with the most user-visible parts of the code: tutorials and documentation and spread from there to the core.

Change History

09/26/07 15:35:00 changed by ChristianK

There's an issue with selective imports always being public. http://d.puremagic.com/issues/show_bug.cgi?id=314

05/13/08 13:46:51 changed by clayasaurus

  • status changed from new to closed.
  • resolution set to wontfix.