RahulRj09 / Snake-And-Ladder-Game

0 stars 0 forks source link

Better code formatting needed #5

Open samyakbhuta opened 5 years ago

samyakbhuta commented 5 years ago

https://github.com/RahulRj09/Snake-And-Ladder-Game/blob/96b1d83d66f53386208b85adffd17e812902e95c/src/main/java/resources/pages/login.html#L9-L14

TIP: Follow any good javascript style guide.

RahulRj09 commented 5 years ago

I have done some changes. Please check it once.

RahulRj09 commented 5 years ago

2926735 2cbd7bb fixes it

samyakbhuta commented 5 years ago

There is still a minor coding style violation. What is the Javascript style guide that you are using?

RahulRj09 commented 5 years ago

https://www.freeformatter.com/javascript-beautifier.html I have used this for beautifying the code.