SlideShare una empresa de Scribd logo
1 de 21
Descargar para leer sin conexión
www.emiprotechnologies.com
Smart Programming Techniques
What is programming language?
● A language is used to create programs for management
and communications of machines or computers.
● A programming language is a formal computer
language designed to communicate instructions to a
machine or particularly a computer.
What is the use of it?
● Programs are created through programming languages
to manage and control the behavior and output of a
machine or computer through accurate commands and
algorithms, similar to the human communication
process.
● Programming languages can be used to create
programs to control the behavior of a machine.
Similar like Human Languages
What are the similarities?
Have you any Ideas?
Similar like Human Languages
● Keywords
● Keywords in programming Language
○ class, return, default, switch, struct, continue, etc...
● Keywords in English Language
○ I, am, is, are, this, that, etc...
Similar like Human Languages
● Constants or Literals
● Constants in programming Language
○ “XYZ”, 10.25, 56, ‘A’, False, etc...
● Constants in English Language
○ XYZ, 54.56, 28, A, Yes, etc...
Similar like Human Languages
● Operators
● Operators in programming Language
○ +, -, &&, %, ++, <, >=, =, +=, etc...
● Operators in English Language
○ +, *, OR, <, >, etc...
Similar like Human Languages
● Data Types
● Data Types in programming Language
○ int, float, string, char, class, etc...
● Data Types in English Language
○ number, date, decimal, string, etc...
Similar like Human Languages
● Syntax
● Syntax in programming Language
○ If (condition){
statements
}
● Grammar in English Language
○ subject verb direct object indirect object
Programming as a career option
● Programming is one of the most fundamental skill any
IT student must learn.
● Based on that one can apply for the job of programmer.
● In current IT environment, Programming as a career
option has tremendous opportunities.
● For that you have to be prepare yourself.
● A lot of graduates aim to become a programmer but not
everyone succeeds to make a good career in
programming.
Why Smart Programming Techniques?
● While the demand for programmers still remain very
high and lot of graduates apply for programming jobs,
only a few are actually appropriately skilled to become
programmers.
● There are lot of programmers in IT industry, but only a
few GOOD programmers.
● To fill the gap for such good programmers we have to
learn smart programming techniques. It will make you
an exceptional programmer and not just some ordinary
average coder.
Smart Programming Techniques
What makes you an exceptional programmer?
Any guesses ?
Smart Programming Techniques
● Consistent Formatting or Style
● “Programs are meant to be read by humans and only
incidentally for computers to execute.”
● The quality of your code is not just in its execution but
also in its appearance.
● Coding style is made up of numerous small decisions
based on the language.
● Consistent formatting is how your code looks, plain and
simple to understand.
Smart Programming Techniques
● Conventions and Comment/Document
● Coding conventions are a set of guidelines for a
programming language that recommend programming
style, practices, and methods for each aspect of a
program written in that language.
● These conventions usually cover file organization,
indentation, comments, declarations, statements,
whitespace, naming conventions, programming
practices, programming principles, programming rules
of thumb, architectural best practices, etc.
Smart Programming Techniques
● Conventions and Comment/Document
● There will always be a time in which you have to return
to your code. Regardless, looking at your own code
after six months is almost as bad as looking at someone
else's code. To avoid such things you have to leave
comments inside your code.
● Comments are little snippets of text embedded inside
your code for leaving information about your code that
are ignored by the compiler or interpreter.
Smart Programming Techniques
● Efficient and Error Prone
● Efficient programming is programming in a manner
that, when the program is executed, uses a low amount
of overall resources pertaining to computer hardware.
● A program is designed by a human being, and different
human beings may use different sequences of codes to
perform particular tasks.
● If an exception is raised, which has not been handled by
programmer then program execution can get
terminated and system prints a non user friendly error
message.
Smart Programming Techniques
● Efficient and Error Prone
● if ( "red".equals(color) || "green".equals(color) ||
"blue".equals(color) ) {
System.out.println("This is a primary color");
}
● if ( "red|green|blue".indexOf(color)>=0 ) {
System.out.println("This is a primary color");
}
● Always use exception handling technique to manage
all possible errors and exceptions.
○ try-catch, try-except etc.
Smart Programming Techniques
● Reusable and Extensible
● Try to think more abstractly and use Interfaces and
Abstract classes.
● Try to reduce coupling.
● Make a method that do just one thing. Be more
modular.
● Write code like your code is an External API.
● Always return something from your method. It helps to
make it extensible.
● Always use default arguments inside your method
when data of those arguments are not fixed.
Smart Programming Techniques
● Maintainable
● Maintainability involves a system of continuous
improvement - learning from the past in order to
improve the ability to maintain systems, or improve
reliability of systems based on maintenance experience.
● Maintainability index is calculated with the certain
formula from line of codes.
Thank You
www.emiprotechnologies.com

Más contenido relacionado

La actualidad más candente

ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALAARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALASaikiran Panjala
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiTemitayo Fadojutimi
 
Tablet Interpreting: Tips, tools and applications to make the most of your ta...
Tablet Interpreting: Tips, tools and applications to make the most of your ta...Tablet Interpreting: Tips, tools and applications to make the most of your ta...
Tablet Interpreting: Tips, tools and applications to make the most of your ta...Josh Goldsmith
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligencefunpathshala
 
Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Mike Quindazzi
 
Internship - Bootstrap
Internship - BootstrapInternship - Bootstrap
Internship - Bootstraptanay29
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?Erdogan Dagdelenli
 
05. Input devices - computer
05. Input devices  - computer05. Input devices  - computer
05. Input devices - computerTimesRide
 
An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)Vijay R. Joshi
 
Responsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewResponsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewAidan Foster
 
Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Arslan Hussain
 
Human Factors and User Interface Design
Human Factors and User Interface DesignHuman Factors and User Interface Design
Human Factors and User Interface DesignSaggitariusArrow
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceSourabh Sharma
 
Application Of Computers
Application Of ComputersApplication Of Computers
Application Of ComputersLUZ PINGOL
 

La actualidad más candente (20)

ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALAARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
ARTIFICAL INTELLIGENCE BY SAIKIRAN PANJALA
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 
Tablet Interpreting: Tips, tools and applications to make the most of your ta...
Tablet Interpreting: Tips, tools and applications to make the most of your ta...Tablet Interpreting: Tips, tools and applications to make the most of your ta...
Tablet Interpreting: Tips, tools and applications to make the most of your ta...
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017Artificial Intelligence and Robotics in 2017
Artificial Intelligence and Robotics in 2017
 
Internship - Bootstrap
Internship - BootstrapInternship - Bootstrap
Internship - Bootstrap
 
Intoduction of Artificial Intelligence
Intoduction of Artificial IntelligenceIntoduction of Artificial Intelligence
Intoduction of Artificial Intelligence
 
What is Artificial Intelligence?
What is Artificial Intelligence?What is Artificial Intelligence?
What is Artificial Intelligence?
 
05. Input devices - computer
05. Input devices  - computer05. Input devices  - computer
05. Input devices - computer
 
An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)An Overview of Artificial intelligence (Part 1)
An Overview of Artificial intelligence (Part 1)
 
AI for Kids
AI for KidsAI for Kids
AI for Kids
 
Responsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow OverviewResponsive Web Design - Introduction & Workflow Overview
Responsive Web Design - Introduction & Workflow Overview
 
Ai presentation
Ai presentationAi presentation
Ai presentation
 
Programming Fundamental Slide No.1
Programming Fundamental Slide No.1Programming Fundamental Slide No.1
Programming Fundamental Slide No.1
 
Fitts' Law
Fitts' LawFitts' Law
Fitts' Law
 
Human Factors and User Interface Design
Human Factors and User Interface DesignHuman Factors and User Interface Design
Human Factors and User Interface Design
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Web Standards
Web StandardsWeb Standards
Web Standards
 
Application Of Computers
Application Of ComputersApplication Of Computers
Application Of Computers
 
CAT Grade 11 (Network Technologies).pptx
CAT Grade 11 (Network Technologies).pptxCAT Grade 11 (Network Technologies).pptx
CAT Grade 11 (Network Technologies).pptx
 

Destacado

Understanding different job roles &amp; responsibilities for freshers in an i...
Understanding different job roles &amp; responsibilities for freshers in an i...Understanding different job roles &amp; responsibilities for freshers in an i...
Understanding different job roles &amp; responsibilities for freshers in an i...Emipro Technologies Pvt. Ltd.
 
Strong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessStrong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessEmipro Technologies Pvt. Ltd.
 
All you need to know for being e commerce web designer
All you need to know for being e commerce web designerAll you need to know for being e commerce web designer
All you need to know for being e commerce web designerEmipro Technologies Pvt. Ltd.
 
Software testing enhance quality and performance of software
Software testing enhance quality and performance of softwareSoftware testing enhance quality and performance of software
Software testing enhance quality and performance of softwareEmipro Technologies Pvt. Ltd.
 
Ecommerce Master Class Course
Ecommerce Master Class CourseEcommerce Master Class Course
Ecommerce Master Class CourseIksula
 
SEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideSEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideAdam Audette
 
eCommerce Platforms - an introduction
eCommerce Platforms - an introductioneCommerce Platforms - an introduction
eCommerce Platforms - an introductionBen Adams
 
C:\Documents And Settings\Anil Dalal\My Documents\Setu’S Engagement Party
C:\Documents And Settings\Anil  Dalal\My Documents\Setu’S Engagement PartyC:\Documents And Settings\Anil  Dalal\My Documents\Setu’S Engagement Party
C:\Documents And Settings\Anil Dalal\My Documents\Setu’S Engagement PartyAnil Dalal
 
Asynchronous and parallel programming
Asynchronous and parallel programmingAsynchronous and parallel programming
Asynchronous and parallel programmingAnil Kumar
 
Parallel Programming: Beyond the Critical Section
Parallel Programming: Beyond the Critical SectionParallel Programming: Beyond the Critical Section
Parallel Programming: Beyond the Critical SectionTony Albrecht
 
Drupal Hosting - What you get and how much it should cost
Drupal Hosting - What you get and how much it should costDrupal Hosting - What you get and how much it should cost
Drupal Hosting - What you get and how much it should costmikehostetler
 
2007 Web Hosting Outlook
2007 Web Hosting Outlook2007 Web Hosting Outlook
2007 Web Hosting Outlookisabelwang
 
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đại
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đạiTư vấn tủ bếp cho khách hàng thích phong cách hiện đại
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đạitu bep xinh
 
Linkedin
LinkedinLinkedin
Linkedingundrum
 

Destacado (20)

Understanding different job roles &amp; responsibilities for freshers in an i...
Understanding different job roles &amp; responsibilities for freshers in an i...Understanding different job roles &amp; responsibilities for freshers in an i...
Understanding different job roles &amp; responsibilities for freshers in an i...
 
Strong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply SuccessStrong Teamwork in Big Project: Divide work & Multiply Success
Strong Teamwork in Big Project: Divide work & Multiply Success
 
All you need to know about hosting a website
All you need to know about hosting a websiteAll you need to know about hosting a website
All you need to know about hosting a website
 
All you need to know for being e commerce web designer
All you need to know for being e commerce web designerAll you need to know for being e commerce web designer
All you need to know for being e commerce web designer
 
A checklist for shifting from college to corporate
A checklist for shifting from college to corporateA checklist for shifting from college to corporate
A checklist for shifting from college to corporate
 
Software testing enhance quality and performance of software
Software testing enhance quality and performance of softwareSoftware testing enhance quality and performance of software
Software testing enhance quality and performance of software
 
Ecommerce Master Class Course
Ecommerce Master Class CourseEcommerce Master Class Course
Ecommerce Master Class Course
 
SEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideSEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive Guide
 
eCommerce Platforms - an introduction
eCommerce Platforms - an introductioneCommerce Platforms - an introduction
eCommerce Platforms - an introduction
 
Interview etiquette
Interview etiquetteInterview etiquette
Interview etiquette
 
Developing software as per customers' need
Developing software as per customers' needDeveloping software as per customers' need
Developing software as per customers' need
 
Role of customer executive in an it company
Role of customer executive in an it companyRole of customer executive in an it company
Role of customer executive in an it company
 
C:\Documents And Settings\Anil Dalal\My Documents\Setu’S Engagement Party
C:\Documents And Settings\Anil  Dalal\My Documents\Setu’S Engagement PartyC:\Documents And Settings\Anil  Dalal\My Documents\Setu’S Engagement Party
C:\Documents And Settings\Anil Dalal\My Documents\Setu’S Engagement Party
 
Quick Record Search in Odoo
Quick Record Search in OdooQuick Record Search in Odoo
Quick Record Search in Odoo
 
Asynchronous and parallel programming
Asynchronous and parallel programmingAsynchronous and parallel programming
Asynchronous and parallel programming
 
Parallel Programming: Beyond the Critical Section
Parallel Programming: Beyond the Critical SectionParallel Programming: Beyond the Critical Section
Parallel Programming: Beyond the Critical Section
 
Drupal Hosting - What you get and how much it should cost
Drupal Hosting - What you get and how much it should costDrupal Hosting - What you get and how much it should cost
Drupal Hosting - What you get and how much it should cost
 
2007 Web Hosting Outlook
2007 Web Hosting Outlook2007 Web Hosting Outlook
2007 Web Hosting Outlook
 
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đại
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đạiTư vấn tủ bếp cho khách hàng thích phong cách hiện đại
Tư vấn tủ bếp cho khách hàng thích phong cách hiện đại
 
Linkedin
LinkedinLinkedin
Linkedin
 

Similar a Essential Smart Programming Techniques that gets you hired by Tech Giants

Computer programming programming_langugages
Computer programming programming_langugagesComputer programming programming_langugages
Computer programming programming_langugageseShikshak
 
Types Of Coding Languages: A Complete Guide To Master Programming
Types Of Coding Languages: A Complete Guide To Master ProgrammingTypes Of Coding Languages: A Complete Guide To Master Programming
Types Of Coding Languages: A Complete Guide To Master Programmingcalltutors
 
Computer programing 111 lecture 2
Computer programing 111 lecture 2Computer programing 111 lecture 2
Computer programing 111 lecture 2ITNet
 
Specification Of The Programming Language Of Java
Specification Of The Programming Language Of JavaSpecification Of The Programming Language Of Java
Specification Of The Programming Language Of JavaKim Moore
 
Programming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharProgramming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharVivek Parihar
 
Career potentials and opportunities in ICT
Career potentials and opportunities in ICTCareer potentials and opportunities in ICT
Career potentials and opportunities in ICTOsahon Gino Ediagbonya
 
GDSC career guide presentation.pptx
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptxAryanSharma853911
 
GDSC career guide presentation.pptx
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptxDishaSharma737984
 
Lecture 1 what_is_programming_language
Lecture 1 what_is_programming_languageLecture 1 what_is_programming_language
Lecture 1 what_is_programming_languageeShikshak
 
Computer programing 111 lecture 1
Computer programing 111 lecture 1 Computer programing 111 lecture 1
Computer programing 111 lecture 1 ITNet
 
Introduction to programming language (basic)
Introduction to programming language (basic)Introduction to programming language (basic)
Introduction to programming language (basic)nharsh2308
 
Programming vs Coding: Unveiling The Key Differences
Programming vs Coding: Unveiling The Key DifferencesProgramming vs Coding: Unveiling The Key Differences
Programming vs Coding: Unveiling The Key DifferencesFredReynolds2
 
What Is Coding And Why Should You Learn It?
What Is Coding And Why Should You Learn It?What Is Coding And Why Should You Learn It?
What Is Coding And Why Should You Learn It?Syed Hassan Raza
 

Similar a Essential Smart Programming Techniques that gets you hired by Tech Giants (20)

Computer programming programming_langugages
Computer programming programming_langugagesComputer programming programming_langugages
Computer programming programming_langugages
 
Types Of Coding Languages: A Complete Guide To Master Programming
Types Of Coding Languages: A Complete Guide To Master ProgrammingTypes Of Coding Languages: A Complete Guide To Master Programming
Types Of Coding Languages: A Complete Guide To Master Programming
 
Computer programing 111 lecture 2
Computer programing 111 lecture 2Computer programing 111 lecture 2
Computer programing 111 lecture 2
 
Cp 111 lecture 2
Cp 111 lecture 2Cp 111 lecture 2
Cp 111 lecture 2
 
Learning to code in 2020
Learning to code in 2020Learning to code in 2020
Learning to code in 2020
 
Specification Of The Programming Language Of Java
Specification Of The Programming Language Of JavaSpecification Of The Programming Language Of Java
Specification Of The Programming Language Of Java
 
Programming languages and concepts by vivek parihar
Programming languages and concepts by vivek pariharProgramming languages and concepts by vivek parihar
Programming languages and concepts by vivek parihar
 
Career potentials and opportunities in ICT
Career potentials and opportunities in ICTCareer potentials and opportunities in ICT
Career potentials and opportunities in ICT
 
PROG0101_CH02.pptx
PROG0101_CH02.pptxPROG0101_CH02.pptx
PROG0101_CH02.pptx
 
Introduction to programming c
Introduction to programming cIntroduction to programming c
Introduction to programming c
 
GDSC career guide presentation.pptx
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptx
 
GDSC career guide presentation.pptx
GDSC career guide presentation.pptxGDSC career guide presentation.pptx
GDSC career guide presentation.pptx
 
Lecture 1 what_is_programming_language
Lecture 1 what_is_programming_languageLecture 1 what_is_programming_language
Lecture 1 what_is_programming_language
 
Fundamentals of Programming Chapter 2
Fundamentals of Programming Chapter 2Fundamentals of Programming Chapter 2
Fundamentals of Programming Chapter 2
 
Computer programming
Computer programmingComputer programming
Computer programming
 
Computer programing 111 lecture 1
Computer programing 111 lecture 1 Computer programing 111 lecture 1
Computer programing 111 lecture 1
 
Extreme programming
Extreme programmingExtreme programming
Extreme programming
 
Introduction to programming language (basic)
Introduction to programming language (basic)Introduction to programming language (basic)
Introduction to programming language (basic)
 
Programming vs Coding: Unveiling The Key Differences
Programming vs Coding: Unveiling The Key DifferencesProgramming vs Coding: Unveiling The Key Differences
Programming vs Coding: Unveiling The Key Differences
 
What Is Coding And Why Should You Learn It?
What Is Coding And Why Should You Learn It?What Is Coding And Why Should You Learn It?
What Is Coding And Why Should You Learn It?
 

Más de Emipro Technologies Pvt. Ltd. (6)

How to build a future-proof career in eCommerce?
How to build a future-proof career in eCommerce?How to build a future-proof career in eCommerce?
How to build a future-proof career in eCommerce?
 
Make your work easy with google apps & services
Make your work easy with google apps & servicesMake your work easy with google apps & services
Make your work easy with google apps & services
 
Odoo eBay Connector
Odoo eBay ConnectorOdoo eBay Connector
Odoo eBay Connector
 
Amazon Odoo V8 Connector
Amazon Odoo V8 ConnectorAmazon Odoo V8 Connector
Amazon Odoo V8 Connector
 
An Introduction To Magento
An Introduction To MagentoAn Introduction To Magento
An Introduction To Magento
 
Odoo V8 Installation
Odoo V8 InstallationOdoo V8 Installation
Odoo V8 Installation
 

Último

Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...
Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...
Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...HyderabadDolls
 
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
b-sc-agri-course-curriculum.pdf for Karnataka state board
b-sc-agri-course-curriculum.pdf for Karnataka state boardb-sc-agri-course-curriculum.pdf for Karnataka state board
b-sc-agri-course-curriculum.pdf for Karnataka state boardramyaul734
 
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...ZurliaSoop
 
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...gajnagarg
 
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...Specialize in a MSc within Biomanufacturing, and work part-time as Process En...
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...Juli Boned
 
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...Juli Boned
 
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best ServiceKannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...gragfaguni
 
UIowa Application Instructions - 2024 Update
UIowa Application Instructions - 2024 UpdateUIowa Application Instructions - 2024 Update
UIowa Application Instructions - 2024 UpdateUniversity of Iowa
 
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...HyderabadDolls
 
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...gajnagarg
 
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...gynedubai
 
B.tech civil major project by Deepak Kumar
B.tech civil major project by Deepak KumarB.tech civil major project by Deepak Kumar
B.tech civil major project by Deepak KumarDeepak15CivilEngg
 
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...ZurliaSoop
 
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdf
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdfUXPA Boston 2024 Maximize the Client Consultant Relationship.pdf
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdfDan Berlin
 

Último (20)

Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...
Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...
Howrah [ Call Girls Kolkata ₹7.5k Pick Up & Drop With Cash Payment 8005736733...
 
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Anantapur [ 7014168258 ] Call Me For Genuine Models...
 
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In godhra [ 7014168258 ] Call Me For Genuine Models We...
 
b-sc-agri-course-curriculum.pdf for Karnataka state board
b-sc-agri-course-curriculum.pdf for Karnataka state boardb-sc-agri-course-curriculum.pdf for Karnataka state board
b-sc-agri-course-curriculum.pdf for Karnataka state board
 
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...
Jual obat aborsi Dubai ( 085657271886 ) Cytote pil telat bulan penggugur kand...
 
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...
Top profile Call Girls In Jabalpur [ 7014168258 ] Call Me For Genuine Models ...
 
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In daman [ 7014168258 ] Call Me For Genuine Models We ...
 
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...Specialize in a MSc within Biomanufacturing, and work part-time as Process En...
Specialize in a MSc within Biomanufacturing, and work part-time as Process En...
 
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...
Novo Nordisk Kalundborg. We are expanding our manufacturing hub in Kalundborg...
 
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Rampur [ 7014168258 ] Call Me For Genuine Models We...
 
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best ServiceKannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
Kannada Call Girls Mira Bhayandar WhatsApp +91-9930687706, Best Service
 
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...
Athwa gate \ Call Girls Service Ahmedabad - 450+ Call Girl Cash Payment 80057...
 
Girls in Aiims Metro (delhi) call me [🔝9953056974🔝] escort service 24X7
Girls in Aiims Metro (delhi) call me [🔝9953056974🔝] escort service 24X7Girls in Aiims Metro (delhi) call me [🔝9953056974🔝] escort service 24X7
Girls in Aiims Metro (delhi) call me [🔝9953056974🔝] escort service 24X7
 
UIowa Application Instructions - 2024 Update
UIowa Application Instructions - 2024 UpdateUIowa Application Instructions - 2024 Update
UIowa Application Instructions - 2024 Update
 
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...
Eden Gardens * High Profile Call Girls in Kolkata Phone No 8005736733 Elite E...
 
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In bhubaneswar [ 7014168258 ] Call Me For Genuine Mode...
 
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
<DUBAI>Abortion pills IN UAE {{+971561686603*^Mifepristone & Misoprostol in D...
 
B.tech civil major project by Deepak Kumar
B.tech civil major project by Deepak KumarB.tech civil major project by Deepak Kumar
B.tech civil major project by Deepak Kumar
 
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
Jual obat aborsi Jakarta ( 085657271886 )Cytote pil telat bulan penggugur kan...
 
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdf
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdfUXPA Boston 2024 Maximize the Client Consultant Relationship.pdf
UXPA Boston 2024 Maximize the Client Consultant Relationship.pdf
 

Essential Smart Programming Techniques that gets you hired by Tech Giants

  • 2. What is programming language? ● A language is used to create programs for management and communications of machines or computers. ● A programming language is a formal computer language designed to communicate instructions to a machine or particularly a computer.
  • 3. What is the use of it? ● Programs are created through programming languages to manage and control the behavior and output of a machine or computer through accurate commands and algorithms, similar to the human communication process. ● Programming languages can be used to create programs to control the behavior of a machine.
  • 4. Similar like Human Languages What are the similarities? Have you any Ideas?
  • 5. Similar like Human Languages ● Keywords ● Keywords in programming Language ○ class, return, default, switch, struct, continue, etc... ● Keywords in English Language ○ I, am, is, are, this, that, etc...
  • 6. Similar like Human Languages ● Constants or Literals ● Constants in programming Language ○ “XYZ”, 10.25, 56, ‘A’, False, etc... ● Constants in English Language ○ XYZ, 54.56, 28, A, Yes, etc...
  • 7. Similar like Human Languages ● Operators ● Operators in programming Language ○ +, -, &&, %, ++, <, >=, =, +=, etc... ● Operators in English Language ○ +, *, OR, <, >, etc...
  • 8. Similar like Human Languages ● Data Types ● Data Types in programming Language ○ int, float, string, char, class, etc... ● Data Types in English Language ○ number, date, decimal, string, etc...
  • 9. Similar like Human Languages ● Syntax ● Syntax in programming Language ○ If (condition){ statements } ● Grammar in English Language ○ subject verb direct object indirect object
  • 10. Programming as a career option ● Programming is one of the most fundamental skill any IT student must learn. ● Based on that one can apply for the job of programmer. ● In current IT environment, Programming as a career option has tremendous opportunities. ● For that you have to be prepare yourself. ● A lot of graduates aim to become a programmer but not everyone succeeds to make a good career in programming.
  • 11. Why Smart Programming Techniques? ● While the demand for programmers still remain very high and lot of graduates apply for programming jobs, only a few are actually appropriately skilled to become programmers. ● There are lot of programmers in IT industry, but only a few GOOD programmers. ● To fill the gap for such good programmers we have to learn smart programming techniques. It will make you an exceptional programmer and not just some ordinary average coder.
  • 12. Smart Programming Techniques What makes you an exceptional programmer? Any guesses ?
  • 13. Smart Programming Techniques ● Consistent Formatting or Style ● “Programs are meant to be read by humans and only incidentally for computers to execute.” ● The quality of your code is not just in its execution but also in its appearance. ● Coding style is made up of numerous small decisions based on the language. ● Consistent formatting is how your code looks, plain and simple to understand.
  • 14. Smart Programming Techniques ● Conventions and Comment/Document ● Coding conventions are a set of guidelines for a programming language that recommend programming style, practices, and methods for each aspect of a program written in that language. ● These conventions usually cover file organization, indentation, comments, declarations, statements, whitespace, naming conventions, programming practices, programming principles, programming rules of thumb, architectural best practices, etc.
  • 15. Smart Programming Techniques ● Conventions and Comment/Document ● There will always be a time in which you have to return to your code. Regardless, looking at your own code after six months is almost as bad as looking at someone else's code. To avoid such things you have to leave comments inside your code. ● Comments are little snippets of text embedded inside your code for leaving information about your code that are ignored by the compiler or interpreter.
  • 16. Smart Programming Techniques ● Efficient and Error Prone ● Efficient programming is programming in a manner that, when the program is executed, uses a low amount of overall resources pertaining to computer hardware. ● A program is designed by a human being, and different human beings may use different sequences of codes to perform particular tasks. ● If an exception is raised, which has not been handled by programmer then program execution can get terminated and system prints a non user friendly error message.
  • 17. Smart Programming Techniques ● Efficient and Error Prone ● if ( "red".equals(color) || "green".equals(color) || "blue".equals(color) ) { System.out.println("This is a primary color"); } ● if ( "red|green|blue".indexOf(color)>=0 ) { System.out.println("This is a primary color"); } ● Always use exception handling technique to manage all possible errors and exceptions. ○ try-catch, try-except etc.
  • 18. Smart Programming Techniques ● Reusable and Extensible ● Try to think more abstractly and use Interfaces and Abstract classes. ● Try to reduce coupling. ● Make a method that do just one thing. Be more modular. ● Write code like your code is an External API. ● Always return something from your method. It helps to make it extensible. ● Always use default arguments inside your method when data of those arguments are not fixed.
  • 19. Smart Programming Techniques ● Maintainable ● Maintainability involves a system of continuous improvement - learning from the past in order to improve the ability to maintain systems, or improve reliability of systems based on maintenance experience. ● Maintainability index is calculated with the certain formula from line of codes.