-
Task
-
Resolution: Won't Do
-
L3 - Default
-
None
-
None
-
Not defined
As part of infra best practices, we should prefix all of our Optimize shared library functions with a recognisable string, such that they will not collide with other methods in the global shared library. In the BE senate, we agreed that this prefix should be opt_[method name].
ATs:
- All Optimize shared library functions use the prefix
- All existing requests to use these functions still work after the prefix is added
Hint:
- As a test, it would be interesting to see how collisions are actually resolved if methods have the same name in both of the libraries that we import