| ▲ | belval 3 days ago | |
I personally would have preferred "defer import os" instead of "lazy import os". It might be the non-native showing but lazy import feels unserious. | ||
| ▲ | _moof 3 days ago | parent | next [-] | |
"Lazy" is standard language for this kind of behavior. | ||
| ▲ | bloppe 3 days ago | parent | prev [-] | |
Lazy is more canonical: https://en.wikipedia.org/wiki/Lazy_evaluation | ||