mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

about coding conventions #3

Closed irfanurrehman closed 8 years ago

irfanurrehman commented 8 years ago

@Dhilip-Kumar-S; I just saw some code that u updated, and do not see consistency in terms of naming conventions. Lets stick to common go conventions and some suggestions as below:

dhilipkumars commented 8 years ago

Totally agreed @irfanurrehman we will stick to standard. It would be great if you could update an MD file in the main directory of this project 'CodingConventions.md' for the benefit of ourselves and future developers.

dhilipkumars commented 8 years ago

Hi @irfanurrehman, Please perform "gofmt" before checking in any code it is a practice we must all follow for code readability and constancy.

Also add that step in the 'CodingConventions.md' or 'Contribution Guide Lines" Markdown file

irfanurrehman commented 8 years ago

totally agree

irfanurrehman commented 8 years ago

closing this with updates in readme