In this article, we would like to share style guide for various programming languages. Writing automated test scripts without coding style or following different coding styles in a team should be avoided.
Be consistent with your coding style when a team is contributing into a large codebase.
Ruby
http://airbnb.io/projects/ruby/
C#
https://msdn.microsoft.com/en-us/library/ff926074.aspx
https://www.idesign.net/
Javascript
http://airbnb.io/projects/javascript/
Java
https://google.github.io/styleguide/javaguide.html
http://geosoft.no/development/javastyle.html
A consistent coding style produces understandable and adoptable code base.
Comments(0)