Import symbols from modules #617
Replies: 2 comments
-
This is an interesting suggestion, and we have considered it, something like:
While this reduces typing, it increases cognitive load when reading. Every time I come across We believe it would be better to first give a better writing support using |
Beta Was this translation helpful? Give feedback.
-
This is already implemented, the following works:
|
Beta Was this translation helpful? Give feedback.
-
Can we improve the readability and efficiency of our code by importing commonly used functions from
ftd
at the top of a file and using them directly in the code to avoid repeating long function names likeftd.row
throughout the code?For example:
Code:
Asked by @saurabh-lohiya
(Rephrased)
Beta Was this translation helpful? Give feedback.
All reactions