Changes between Version 1 and Version 2 of Ticket #24622, comment 16
- Timestamp:
- 03/03/18 16:36:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24622, comment 16
v1 v2 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 to discover the grad function with the TAB key and/or `grad?` before having set up any pseudo-Riemannian manifold? This would bea 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 be indeed a good reason to have the operators in the global namespace at start. 33 33 > 34 34 > This is under-indetented: