-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noncomplicance with CRC requirements for dispose #202
Comments
Yes, I see this in package.json:
|
@matthew-blackman let's discuss this |
It would probably be OK if you noted this non-complicance in implementation-notes.md, along with how/why you're using "forbiddenTextObjects". I don't see a lot of value in retroactively adding |
Thanks, @matthew-blackman and I agreed to document this as prescribed above. Closing. |
For code review #32 ...
implementation-notes.md says:
... so presumably nothing needs to be disposed, and I can confirm that I see no calls to
dispose
.But this sim is technically not in complicance with this CRC item:
I see only 3 occurrences of (a) and zero occurrences of (b) in the entire code base.
Imo, this CRC item is essential in common code or in a sim that disposes some things, but not others. It's less important in a sim like this that disposes of nothing -- unless it might use dispose in the future? So... Up to you whether to do anything here.
The text was updated successfully, but these errors were encountered: