Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 314 Bytes

description.md

File metadata and controls

7 lines (6 loc) · 314 Bytes

Do not use imports

Imports remove the module name association from functions in the context of invocation. This means that developers reading the code must memorize the list of imports or constantly check the entire module for functions. If there is a real need for a shorter module name use a macro as an alias.