Remove ship() injection via strings #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the recent PR #5, we left two kinds of type injection in place: strings injected via ship() and simple objects injected via assignment to properties. The discussion in #1 led to a tentative decision to go with the objects placed on properties. Therefore, we should remove the other form of injection.