RahulRj09 / Snake-And-Ladder-Game

0 stars 0 forks source link

Better code formatting needed #3

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/home.html#L8-L15

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

7783db2 fixes it

samyakbhuta commented 5 years ago

Well, It looks, in this commit, and at many other places, you have used multiple tabs for code indentation. Can you remove extra indentation. Also, highly recommended to use a style guide to make your code readable by everyone.

RahulRj09 commented 5 years ago

https://github.com/RahulRj09/Snake-And-Ladder-Game/blob/master/src/main/java/resources/static/js/profile.js I have created the external js file for this. I don't have much idea about style guide So can you please suggest me?