Guides Tutorial

How To Style Code? The Ultimate Guides

Nabeel
June 30, 2014
0 Comments
Home
Guides
Tutorial
How To Style Code? The Ultimate Guides
How To Style Code


Writing code is little hard, but maintain its Code quality is really hard. Every programmer should follow code style guides without managing your code you can almost never accomplish high quality in your code base.
We browsed and discovered ideal code style guides out there and wanted to share them with you:


Javascript:

Some good style guides from google,jquery and Rick Waldron
It includes contributions by jQuery core contributor Rick Waldron, jsPerf contributor Mathias Bynens and several other skilled JS devs inside community.

C#:

To find C# style code is really hard, but we found some links for you from Microsoft and stylecop.Stylecop could be run from inside Visual Studio or integrated into an MSBuild project.

Java:

Another great guide for java from google, The language used for Android development.

C++:

Except Google we found another guide and some C++ techniques to help you make your C++ code looks friendly.

CSS:

CSS required very few things to remember for styling and you don't need some more rules to follow. Github and codeguide gives you easy style guide to use.

Ruby:
https://github.com/airbnb/ruby

We found an easy to understand guide from Airbnb . 
Airbnb have some more amazing styles guides and related tutorials.

Lua:
http://lua-users.org/wiki/LuaStyleGuide

One of the most famous game angry birds made on Lua,Lua is a powerful, fast, lightweight, embeddable scripting language with extensible semantics as a primary goal.

Objective-c:

We are providing you three guides to learn Google,NYtimes and cocoadevecentral they all have great and usefull guides to follow.
Objective-C is the language used by Apple and their developers to create iPhone, iPad, and Mac apps.


Code styling is really needed and usefull for every developer , It makes your easy to understand and for other to follow the instructions you made.
To follow these guides makes you perfect in coding and makes you expert programmer .


see also:What Is Github? Every Things You Need To Know About
               Start learning Unity fast


Blog authors

No comments