Closed andrewmarx closed 1 year ago
Go for it. That was our explicit style decision when we started and consistency is important for learning, so yes very much appreciated.
Closing as not a top priority, but if someone wants to reopen and work on this they are welcome to.
In general, when writing comments or documentation about code, I like to append parentheses to function names (.e.g,
read.csv()
instead ofread.csv
) as way to help distinguish variables from functions. A quick look at a couple lessons shows that this practice is more or less followed there, but that it is not done for assignments. Are there any objections to me updating assignments so that function names follow this practice?