I find this feature annoying, and workaround like calling modules with plurals 
`times.nim` instead of `time.nim`. Or `crawlers.nim` instead of `crawler.nim` 
because otherwise it would prevent you from defining local variable `let 
crawler = ...`.

Been thinking if it's worth to postfix files names with something like `m` as 
`timem.nim` to prevent this conflicts.

Reply via email to