Python Code Optimizations

Registered by John Schutte

Optimization of Python code. The idea is to keep code to a minimum, and __Private whenever possible, while not cutting off a lot of the "moving parts" from the API. Ideally, the API exposes the Jar, and Table Modules openly, while the User module is private within the Jar Instance.

Blueprint information

Status:
Started
Approver:
John Schutte
Priority:
High
Drafter:
John Schutte
Direction:
Approved
Assignee:
John Schutte
Definition:
Approved
Series goal:
Accepted for trunk
Implementation:
Needs Code Review
Milestone target:
None
Started by
John Schutte

Related branches

Sprints

Whiteboard

Currently making the User modules a Private module within the Jar module. Previous versions had the User module exposed in the API fully. After careful consideration, there was no real benefit to having it exposed, since the ChomsPy change over created the DAD, which uses a syntactic phrase which would provide all the same functionality without exposing the User module publicly.

This is the last code optimization slated for the 1.0 release.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.