|
|
|
|
|
by smabie
2211 days ago
|
|
Hopefully one day, Julia will include a static type checker. Until then, I think it's advisable to type every function just for the error messages alone: you'll always get dispatch errors on your functions, instead of some library functions instead. Makes things a lot easier to track down. |
|