Describe the solution you'd like
I think that we should try to implement a style guide to enforce cohesion amongst the files of this project. I have seen many different practices used inside of the code. Here are a couple of the things I would like to see inside of the style guide:
for...of, forEach)for...of instead of forEach (I'm biased and this needs to be discussed)Obviously, this isn't enough for a complete style guide for every single thing, but it would be nice if the contributing guide included snippets of the important things to stay consistent with. Thanks for reading!
I personally don't find the level of strictness you suggest would really improve objective quality of the code - I can think of many cases where I'd have to work around them.
Some of them we can consider adopting:
Most helpful comment
I personally don't find the level of strictness you suggest would really improve objective quality of the code - I can think of many cases where I'd have to work around them.
Some of them we can consider adopting: