Changes between Version 2 and Version 3 of Ticket #24622, comment 16
- Timestamp:
- 03/03/18 16:37:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24622, comment 16
v2 v3 30 30 > I think a much better way is just to either have them all in the global namespace at start or having some function `inject_functions()`, but with some better name than I can come up with in 5 seconds. 31 31 32 Why is it bad? Is it because it prevents the user from discovering the grad function with the TAB key and/or `grad?` before having set up any pseudo-Riemannian manifold? This would be indeeda good reason to have the operators in the global namespace at start.32 Why is it bad? Is it because it prevents the user from discovering the grad function with the TAB key and/or `grad?` before having set up any pseudo-Riemannian manifold? This would indeed be a good reason to have the operators in the global namespace at start. 33 33 > 34 34 > This is under-indetented: