QuantEcon / QuantEcon.cheatsheet

A cheatsheet for Python and Julia
154 stars 65 forks source link

Space after all commas #45

Open cc7768 opened 7 years ago

cc7768 commented 7 years ago

The Python cheatsheet has several places where there aren't spaces after commas (I noticed while I was reading some of the notifications this morning):

We should have spaces after all commas in both Python and Julia (I didn't notice any missing spaces in Julia but it wouldn't hurt to check).

The fact that our team is growing also probably means that we should move the style guide out of our heads and onto paper at some point -- We started a Julia version awhile back.

jstac commented 7 years ago

+1 for spaces after commas

rhozacc commented 6 years ago

47 This should fix it.