|
|
|
|
|
by rakoo
1648 days ago
|
|
My personal blocker is that identifiers are all imported globally by convention, so when you see that there is a call to a method called "get", you have to get to the top of the file or mouse over the call to see what lib it is from. A "get" from the http lib is not the same as a "get" from the kv store lib. |
|
[1] https://narimiran.github.io/2019/07/01/nim-import.html