|
|
|
|
|
by alexvoda
2038 days ago
|
|
And in programming we generally frown uppon global use single letter identifiers. There are of course exceptions (jQuery comes to mind). That is why we have aliasing in most shell languages or the using directive in C# and C++, or try-with-resources in Java. Aliasing is there when you need it but it is only used locally. In math it kind of is the default. Trigonomerty is the exception. |
|