AriaMinaei / pretty-error

See node.js errors with less clutter
MIT License
1.52k stars 49 forks source link

Coding style #4

Closed alexgorbatchev closed 10 years ago

alexgorbatchev commented 10 years ago

I'm thinking about making a patch and curious about unusual coding style i'm seeing. There are a lot of blank lines. Wondering if this is intentional or a side effect of the editor you are using?

AriaMinaei commented 10 years ago

Definitely intentional :)

I think I picked it up form here https://github.com/soulwire/Coffee-Physics/blob/master/source/behaviour/Attraction.coffee

Looks easier to my eyes. But you don't have to stick to it. Any kind of patch is welcome :)

alexgorbatchev commented 10 years ago

Great! It's pretty unconventional, I just wanted to double check. Will absolutely stick with existing coding style if making a patch :)