I still miss coffeescript's ability to do dict(@name, @age) though I understand that it creates an unwelcome coupling between the parameter names and their names in the calling scope.
For my part, those names are often the same anyway, though, since the calling scope names are often arbitrary and might as well match the parameter names.
mikepurvis|2 years ago
For my part, those names are often the same anyway, though, since the calling scope names are often arbitrary and might as well match the parameter names.
lights0123|2 years ago