Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Software Development 101
Search
Nemo
February 12, 2012
Programming
3
900
Software Development 101
Basic Software Development 101 Primer.
Talk taken at SDSLabs, IIT Roorkee
Nemo
February 12, 2012
Tweet
Share
More Decks by Nemo
See All by Nemo
Stop Chasing CVEs
captn3m0
0
62
Ideas are Worthless
captn3m0
0
67
endoflife.date Recommendations
captn3m0
1
270
Sanskari Proxy
captn3m0
0
53
Laravel Upgrade Stories
captn3m0
0
77
Terraforming Tatooine
captn3m0
0
300
You don't need Blockchain
captn3m0
0
230
hillhacks quiz 2017
captn3m0
0
290
Security Horror stories in Payments
captn3m0
0
510
Other Decks in Programming
See All in Programming
Module Boundaries and Architecture with Forensic Analysis @NxSummit Amsterdam 2025
manfredsteyer
PRO
0
100
Amazon CloudWatchの地味だけど強力な機能紹介!
itotsum
0
170
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
100
状態と共に暮らす:ステートフルへの挑戦
ypresto
1
640
これだけは知っておきたいクラス設計の基礎知識 version 2
masuda220
PRO
24
6.4k
AIコーディングエージェントを 「使いこなす」ための実践知と現在地 in ログラス / How to Use AI Coding Agent in Loglass
rkaga
2
340
SEAL - Dive into the sea of search engines - Symfony Live Berlin 2025
alexanderschranz
1
140
エンジニアが挑む、限界までの越境
nealle
1
220
AWSで雰囲気でつくる! VRChatの写真変換ピタゴラスイッチ
anatofuz
0
160
Java 24まとめ / Java 24 summary
kishida
3
500
The Evolution of the CRuby Build System
kateinoigakukun
0
710
PHP で学ぶ OAuth 入門
azuki
1
200
Featured
See All Featured
Designing for humans not robots
tammielis
252
25k
Designing for Performance
lara
608
69k
Adopting Sorbet at Scale
ufuk
76
9.3k
Optimizing for Happiness
mojombo
377
70k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
A designer walks into a library…
pauljervisheath
205
24k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
The Cost Of JavaScript in 2023
addyosmani
49
7.7k
We Have a Design System, Now What?
morganepeng
52
7.5k
Transcript
Software Development 101 A Quick Primer
Code is poetry - Most wordpress blogs
Good commit messages Let others know what you did Should
be self explanatory Should relate to code, not purpose or intent We didn't teach you git for nothin !
Comments Comment to explain on a per module basis Travk
complex changes in comments Lost of authors Licences Automatic documentation The squiggly things that begin with //
Loose coupling Reduce inter dependency of code Make generic classes
Abstraction Code becomes easily testable and debuggable This is just another buzz word filler....
Indentation What? It is important Readability Stick to the code
guide. Create one, if there isn't one Choose from the big projects in the language you are coding in Tabs vs Spaces Missing semicolons
Variable names There are two hard things in computer science:
cache invalidation, naming things, and off-by-one errors
Development Models When will this lecture get over?
Waterfall Model
Iterative Model
None
Some more buzz words You don't need to remember them
Unit Testing
Deployments and automation
Questions? Coz a ninja won't ask them!