SlideShare a Scribd company logo
Why
Coding Conventions ?
–Wikipedia
“a set of guidelines for a specific programming
language that recommend programming style,
practices and methods for each aspect of a
piece program”
in most cases,
we’ll write
in a style that we want
$userName $username $user_name
Why coding convention ?
consistent
easier to understand
maintainable code
–Paul M. Jones
“coding style not because one is better than
another, but because we need a standard by
which to collaborate”
indentation
tabs vs spaces
or…hit TAB and let the IDE do the conversion
for the appropriate number of space
brace style
Allman vs 1TBS
http://www.terminally-incoherent.com/blog/2009/04/10/the-only-correct-indent-style
naming convention
CamelCase vs underscore_case
www.terminally-incoherent.com/blog/2009/04/10/the-only-correct-indent-style
toCamelCase
or_to_underscore
Android Code Style
Guidelines
in the end
it doesn't matter which
coding styles we pick.
what does matter is
everyone sticks with those
conventions and uses them
consistently.

More Related Content

PDF
Standards For Java Coding
PPTX
Coding conventions
PPTX
Coding standards and guidelines
PPTX
Coding conventions
PPTX
Clean code
PDF
Clean code
PDF
Standard java coding convention
ODP
Good coding-style, a talk made in 2008 to encourage changes in MySQL coding s...
Standards For Java Coding
Coding conventions
Coding standards and guidelines
Coding conventions
Clean code
Clean code
Standard java coding convention
Good coding-style, a talk made in 2008 to encourage changes in MySQL coding s...

What's hot (19)

PPTX
Coding standard and coding guideline
PPTX
Clean code
PPTX
Coding standards
DOCX
Mca 4030 programming in java
PDF
Writing Readable Code
PPT
Coding standard
PPTX
Clean code and Coding Standards
PPTX
Html css best_practices
DOCX
Mit103 object oriented programming
PPTX
Writing High Quality Code in C#
PPT
Clean code
PDF
Standard Coding, OOP Techniques and Code Reuse
PPTX
Naming Standards, Clean Code
PDF
Common design patterns in php
DOCX
Mi0041 java and web design
PPTX
Clean code - DSC DYPCOE
PDF
Striving towards better PHP code
PPT
Clean Code summary
PPTX
Clean Code
Coding standard and coding guideline
Clean code
Coding standards
Mca 4030 programming in java
Writing Readable Code
Coding standard
Clean code and Coding Standards
Html css best_practices
Mit103 object oriented programming
Writing High Quality Code in C#
Clean code
Standard Coding, OOP Techniques and Code Reuse
Naming Standards, Clean Code
Common design patterns in php
Mi0041 java and web design
Clean code - DSC DYPCOE
Striving towards better PHP code
Clean Code summary
Clean Code
Ad

Similar to Why coding convention ? (13)

PDF
Ruby On Rails coding conventions, standards and best practices
PPTX
Coding standards
PPTX
WordCamp Pune 2017- WordPress Coding standards
PDF
C# conventions & good practices
DOC
Coding standards php
PDF
Psr 2 coding style guide - Tidepool Labs
PPTX
Naming conventions
PPT
GTU PHP Project Training Guidelines
PDF
Impact of indentation in programming
PPTX
c# keywords, identifiers and Naming Conventions
PDF
1. Coding Conventions [Part 1]
PPTX
Coding standards
PPT
Naming standards and basic rules in .net coding
Ruby On Rails coding conventions, standards and best practices
Coding standards
WordCamp Pune 2017- WordPress Coding standards
C# conventions & good practices
Coding standards php
Psr 2 coding style guide - Tidepool Labs
Naming conventions
GTU PHP Project Training Guidelines
Impact of indentation in programming
c# keywords, identifiers and Naming Conventions
1. Coding Conventions [Part 1]
Coding standards
Naming standards and basic rules in .net coding
Ad

More from Panji Gautama (14)

PDF
Software Estimation Strategy & Technique
PDF
What Makes Good Software Engineer - a session with ahsan project
PDF
Metrics that Matters in Software Engineering
PDF
Taming technical debt
PPTX
Agile software development compfest 13
PDF
Designing Communication Architecture
PDF
Roadmap for landing a role at a Tech Startup
PDF
Scaling at kudo what we have learned along the way
PPTX
On Being a Startup Employee
PDF
Dockerize Our Development Machine
PDF
Jira 101
PDF
Google for Mobile 2016 Summary
PDF
Kudo Technology 101
PPTX
Calabash
Software Estimation Strategy & Technique
What Makes Good Software Engineer - a session with ahsan project
Metrics that Matters in Software Engineering
Taming technical debt
Agile software development compfest 13
Designing Communication Architecture
Roadmap for landing a role at a Tech Startup
Scaling at kudo what we have learned along the way
On Being a Startup Employee
Dockerize Our Development Machine
Jira 101
Google for Mobile 2016 Summary
Kudo Technology 101
Calabash

Recently uploaded (20)

PPTX
Construction Project Organization Group 2.pptx
PPTX
Lecture Notes Electrical Wiring System Components
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
UNIT 4 Total Quality Management .pptx
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
PPT on Performance Review to get promotions
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPT
Project quality management in manufacturing
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Geodesy 1.pptx...............................................
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
Current and future trends in Computer Vision.pptx
PPT
introduction to datamining and warehousing
PPTX
Artificial Intelligence
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Construction Project Organization Group 2.pptx
Lecture Notes Electrical Wiring System Components
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Mechanical Engineering MATERIALS Selection
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
UNIT 4 Total Quality Management .pptx
Model Code of Practice - Construction Work - 21102022 .pdf
Foundation to blockchain - A guide to Blockchain Tech
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPT on Performance Review to get promotions
Automation-in-Manufacturing-Chapter-Introduction.pdf
Project quality management in manufacturing
Embodied AI: Ushering in the Next Era of Intelligent Systems
Geodesy 1.pptx...............................................
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Current and future trends in Computer Vision.pptx
introduction to datamining and warehousing
Artificial Intelligence
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026

Why coding convention ?