-
-
Notifications
You must be signed in to change notification settings - Fork 466
Closed
Labels
discussionRequires input from multiple peopleRequires input from multiple people
Description
From @JasonTheAdams comment #974 (review)
The only thing that stands out to me is the usage of the DocumentAST class. It has three public array properties, and two setters. For the sake of protecting the integrity of those array elements, I would suggest making getters, setters, and isset methods for the three properties, and then making those properties private. This also allows you to reconcile the exceptions. You really don't want other code modifying the AST directly without a method abstraction.
Metadata
Metadata
Assignees
Labels
discussionRequires input from multiple peopleRequires input from multiple people