Comment on Nim version 2.0.0 release candidateparentComments−v3ss0n3yMy_function vs myFunction Is fine but do_me vs dome start to differ and do_me vs d_ome vs dom_e start to make things very much different.That's the real problem−xigoi3yRarely a problem. Why would you have two procedures named do_me and dome with the exact same signature?−int_19h3yBecause the other procedure does something with some dome?−xigoi3yThen is should be named doSomethingWithDome.
Comments
My_function vs myFunction Is fine but do_me vs dome start to differ and do_me vs d_ome vs dom_e start to make things very much different.
That's the real problem
Rarely a problem. Why would you have two procedures named do_me and dome with the exact same signature?
Because the other procedure does something with some dome?
Then is should be named doSomethingWithDome.