well, forcing named arguments doesn't seem like th...
# announcements
c
well, forcing named arguments doesn't seem like that good of an idea for me. Don't see how
Math.sqrt(a = 10)
is better than
Math.sqrt(10)
, for example