MozillaIndia / RustIndia

Rust India Community Repository
MIT License
30 stars 25 forks source link

Consistent coding style needed #9

Closed badboy closed 7 years ago

badboy commented 7 years ago

I only took a brief look at the long demo code, but I saw multiple problems regarding coding style. To teach best practices and make it easier for beginners it would be good to follow a clear, consistent coding style. That includes proper use of whitespacing, etc.

It would probably be a good idea to run rustfmt on the good and check the results.

nomadicmehul commented 7 years ago

Thanks for the feedback @badboy