Show HN: A coding style proposal for JavaScript ES6
lucidogen.github.io
Show HN: A coding style proposal for JavaScript ES6
1–5 of 5 posts
Re: Show HN: A coding style proposal for JavaScript ES6
#2The proposed format kills the readability of nested objects IMO.
Re: Show HN: A coding style proposal for JavaScript ES6
#3I think the "Single line commit changes" is a worthy goal. But I don't think these changes make this more possible.
Re: Show HN: A coding style proposal for JavaScript ES6
#4The proposed format kills the readability of nested objects IMO.
I have been using this format with deeply nested objects and found readability to be improved. How does it kill readability ? Could you provide an example ?
Re: Show HN: A coding style proposal for JavaScript ES6
#5I think the "Single line commit changes" is a worthy goal. But I don't think these changes make this more possible.
It is true. It only improves this aspect when adding elements to the end of objects.
But the real advantage I felt was punctuation confusion reduction when having mixed object definitions and callbacks.