Eric Davies

Results 196 comments of Eric Davies
trafficstars

I don't think we should take a stance on this. TBH I think the reason we don't use block comments as much is because they arrived later, and because Python...

> Actually Matlab does have block comments 😮

My preference is usually a topological sort, so functions below depend on functions above. I find this reduces the amount of jumping around the file I do while reading code...

@nickrobinson251 that may very well be how I picked up this habit, after working on AxisArrays

My personal preference when writing code is no braces for long-form functions with a single typevar, and braces otherwise. But for the purposes of this decision, I vote Option (1)....

I think this depends on the type of enum. There are three I can think of off the top of my head that might have different rules. The examples below...

Closures necessarily must at least come after the variables they're capturing.

I disagree, I like it how it is. When we don't want to return something I think we should add an empty `return` at the end.

Copying my Slack comments here for posterity: This is actually a pretty important case in particular. Julia will return the result of the last expression of a function. If the...

I can only hit 112, not 120. I think 100 would be best.