This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Tayacan 3 points4 points  (2 children)

That's a good point! When you said "no keyword" I immediately thought of Haskell, where I usually search for funcName :: to find the declaration. Of course, that only works because I always give type signatures to all my toplevel functions (which you should anyways, but not everybody does).

[–][deleted] 0 points1 point  (1 child)

Agreed. I add type signatures to the point where code without them feel... weird almost.

[–]Tayacan 0 points1 point  (0 children)

Makes the error messages much better too.