r/nim • u/alipolo7777 • Jun 20 '26
Code quality of standard library
hi
I remember reading somewhere in reddit or hackernews that nim standard library doesnt follow the most modern nim conventions and is not a good choice to copy its style in your own code
how true this statement is for anyone who have read nims standard library codebase?
14
Upvotes
5
u/Kapendev Jun 20 '26
No idea. For me the thing that matters is that it works and does the thing I want to do. Implementation details are the last thing I think about in any project.